| Class and Description |
|---|
| 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.
|
| TableNameConverter
Superinterface to all table name converters; designed to impose conventions
upon the auto-conversion of class names to database tables.
|
| TriggerNameConverter |
| UniqueNameConverter |
| Class and Description |
|---|
| 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 |
| Class and Description |
|---|
| 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 |
| Class and Description |
|---|
| IndexNameConverter |
| NameConverters |
| TableNameConverter
Superinterface to all table name converters; designed to impose conventions
upon the auto-conversion of class names to database tables.
|
| UniqueNameConverter |
| Class and Description |
|---|
| 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 |
| Class and Description |
|---|
| NameConverters |
| Class and Description |
|---|
| NameConverters |
| Class and Description |
|---|
| NameConverters |
| Class and Description |
|---|
| NameConverters |
Copyright © 2007–2021 Atlassian. All rights reserved.