Interface | Description |
---|---|
ObjectFactory<T> |
Interface that allows you to inject a factory class that creates objects of this class.
|
Class | Description |
---|---|
BaseSchemaUtils |
Schema utility class which will dump the schema statements needed by an array of classes.
|
DatabaseTableConfig<T> |
Database table configuration information either supplied by Spring or direct Java wiring or from a
DatabaseTable annotation. |
DatabaseTableConfigLoader |
Database table configuration loader which reads and writes
DatabaseTableConfig from a text file/stream. |
SchemaUtils |
Couple utility methods for the creating, dropping, and maintenance of schemas.
|
TableInfo<T,ID> |
Information about a database table including the associated tableName, class, constructor, and the included fields.
|
TableUtils |
Couple utility methods for the creating, dropping, and maintenance of tables.
|
Annotation Type | Description |
---|---|
DatabaseTable |
Annotation that marks a class to be stored in the database.
|
Object table information.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.