Package com.j256.ormlite.field

Object field information.

See:
          Description

Interface Summary
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.
FieldType Per field information configured from the DatabaseField annotation and the associated Field in the class.
 

Enum Summary
DataType Data type enumeration to provide Java class to/from database mapping.
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.
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.



Copyright © 2011. All Rights Reserved.