Uses of Package
net.java.ao.schema
Packages that use net.java.ao.schema
Package
Description
-
Classes in net.java.ao.schema used by net.java.aoClassDescriptionTags 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).Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.Marks a method as to be ignored by the schema generation engine.Marks a specific field as to be constrained to non-NULL values within the database.Marks a method such that the corresponding database field will be the primary key for the table in question.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.atlassianClassDescriptionSuperinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.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.builderClassDescriptionSuperinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.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.dbClassDescriptionSuperinterface 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.schemaClassDescriptionAn abstract implementation of
FieldNameConverter
which handles common tasks for the name converter (i.e.Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields.An interface to resolve field names.Used to specify a table name for an entity explicitly without resorting to manual mappings in the table name converter.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.ddl
-
Classes in net.java.ao.schema used by net.java.ao.schema.helper
-
Classes in net.java.ao.schema used by net.java.ao.schema.index
-
Classes in net.java.ao.schema used by net.java.ao.schema.info