|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DataPersister | Data type that provide Java class to/from database mapping. |
| FieldConverter | Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java object. |
| Class Summary | |
|---|---|
| DatabaseFieldConfig | Database field configuration information either supplied by a DatabaseField annotation or by direct Java or
Spring wiring. |
| DatabaseFieldConfigLoader | Database field configuration loader which reads and writes DatabaseFieldConfig from a text file/stream. |
| DataPersisterManager | Class used to manage the various data types used by the system. |
| FieldType | Per field information configured from the DatabaseField annotation and the associated Field in the
class. |
| Enum Summary | |
|---|---|
| DataType | Data type enumeration that corresponds to a DataPersister. |
| SqlType | The SQL data types that are supported. |
| Annotation Types Summary | |
|---|---|
| DatabaseField | Annotation that identifies a field in a class that corresponds to a column in the database and will be persisted. |
| DatabaseFieldForeign | Deprecated. Please use just the DatabaseField annotation. |
| DatabaseFieldId | Deprecated. Please use just the DatabaseField annotation. |
| DatabaseFieldIndex | Deprecated. Please use just the DatabaseField annotation. |
| DatabaseFieldOther | Deprecated. Please use just the DatabaseField annotation. |
| DatabaseFieldSimple | Deprecated. Please use just the DatabaseField annotation. |
| ForeignCollectionField | Annotation that identifies a ForeignCollection field in a class that corresponds to objects in a foreign
table that match the foreign-id of the current class. |
Object field information.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||