Uses of Package
net.java.ao.schema

Packages that use net.java.ao.schema
net.java.ao   
net.java.ao.atlassian   
net.java.ao.builder   
net.java.ao.db   
net.java.ao.schema   
net.java.ao.schema.ddl   
net.java.ao.schema.helper   
 

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.
IndexNameConverter
           
NameConverters
           
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.
SequenceNameConverter
           
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
TriggerNameConverter
           
UniqueNameConverter
           
 

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

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.
IndexNameConverter
           
NameConverters
           
SequenceNameConverter
           
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
TriggerNameConverter
           
UniqueNameConverter
           
 

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

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.
CanonicalClassNameTableNameConverter
           
Case
           
FieldNameConverter
          Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.
FieldNameProcessor
           
FieldNameResolver
          An interface to resolve field names.
IndexNameConverter
           
NameConverters
           
SequenceNameConverter
           
Table
          Used to specify a table name for an entity explicitly without resorting to manual mappings in the table name converter.
TableNameConverter
          Superinterface to all table name converters; designed to impose conventions upon the auto-conversion of class names to database tables.
TriggerNameConverter
           
UniqueNameConverter
           
 

Classes in net.java.ao.schema used by net.java.ao.schema.ddl
NameConverters
           
 

Classes in net.java.ao.schema used by net.java.ao.schema.helper
NameConverters
           
 



Copyright © 2007-2011. All Rights Reserved.