Interface | Description |
---|---|
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 | Description |
---|---|
BaseFieldConverter |
Base class for field-converters.
|
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 | Description |
---|---|
DataType |
Data type enumeration that corresponds to a
DataPersister . |
SqlType |
The SQL data types that are supported.
|
Annotation Type | Description |
---|---|
DatabaseField |
Annotation that identifies a field in a class that corresponds to a column in the database and will be persisted.
|
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.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.