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 Spring or direct Java wiring or from a DatabaseField annotation.
FieldType Per field information configured from the DatabaseField annotation and the associated Field in the class.
 

Enum Summary
JdbcType JDBC type enumeration to provide Java class to/from JDBC mapping.
 

Annotation Types Summary
DatabaseField Annotation that identifies a field in a class that corresponds to a column in the database and will be persisted.
 

Package com.j256.ormlite.field Description

Object field information.



Copyright © 2010. All Rights Reserved.