|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
CanonicalClassNameTableNameConverter
|
|
Case
|
|
FieldNameConverter
Superinterface to all field name converters; designed to impose conventions upon the auto-conversion of method names to database fields. |
|
FieldNameResolver
An interface to resolve field names. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |