Uses of Package
net.java.ao.schema

Packages that use net.java.ao.schema
net.java.ao   
net.java.ao.builder   
net.java.ao.db   
net.java.ao.schema   
 

Classes in net.java.ao.schema used by net.java.ao
AutoIncrement
          Tags a specific method as representing a field who's value should be auto-generated by the database in some sort of numeric sequence (usually ascending order).
FieldNameConverter
          Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.
Ignore
          Marks a method as to be ignored by the schema generation engine.
NotNull
          Marks a specific field as to be constrained to non-NULL values within the database.
PrimaryKey
          Marks a method such that the corresponding database field will be the primary key for the table in question.
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
 

Classes in net.java.ao.schema used by net.java.ao.builder
FieldNameConverter
          Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
 

Classes in net.java.ao.schema used by net.java.ao.db
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
 

Classes in net.java.ao.schema used by net.java.ao.schema
AbstractFieldNameConverter
          An abstract implementation of FieldNameConverter which handles common tasks for the name converter (i.e.
AbstractTableNameConverter
          An abstract implementation of TableNameConverter which provides basic functionality common to most table name converters.
FieldNameConverter
          Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
 



Copyright © 2007-2011. All Rights Reserved.