Uses of Package
com.j256.ormlite.field

Packages that use com.j256.ormlite.field
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
com.j256.ormlite.misc Miscellaneous classes. 
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.table Object table information. 
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.db
FieldConverter
          Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java object.
FieldType
          Per field information configured from the DatabaseField annotation and the associated Field in the class.
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.field
DatabaseFieldConfig
          Database field configuration information either supplied by Spring or direct Java wiring or from a DatabaseField annotation.
FieldConverter
          Convert a Java object into the appropriate argument to a SQL statement and then back from the result set to the Java object.
FieldType
          Per field information configured from the DatabaseField annotation and the associated Field in the class.
JdbcType
          JDBC type enumeration to provide Java class to/from JDBC mapping.
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.misc
DatabaseFieldConfig
          Database field configuration information either supplied by Spring or direct Java wiring or from a DatabaseField annotation.
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.stmt
FieldType
          Per field information configured from the DatabaseField annotation and the associated Field in the class.
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.table
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.
 



Copyright © 2010. All Rights Reserved.