Package com.j256.ormlite.field

Object field information.

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.
 

Package com.j256.ormlite.field Description

Object field information.



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.