Uses of Package
com.j256.ormlite.field

Packages that use com.j256.ormlite.field
com.j256.ormlite.dao Database Access Object classes. 
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.stmt.mapped Compiled SQL query statements. 
com.j256.ormlite.support Database support classes. 
com.j256.ormlite.table Object table information. 
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.dao
DataType
          Data type enumeration to provide Java class to/from database mapping.
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.db
DataType
          Data type enumeration to 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.
FieldType
          Per field information configured from the DatabaseField annotation and the associated Field in the class.
SqlType
          The SQL data types that are supported.
 

Classes in com.j256.ormlite.field used by com.j256.ormlite.field
DatabaseFieldConfig
          Database field configuration information either supplied by a DatabaseField annotation or by direct Java or Spring wiring.
DataType
          Data type enumeration to 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.
FieldType
          Per field information configured from the DatabaseField annotation and the associated Field in the class.
SqlType
          The SQL data types that are supported.
 

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

Classes in com.j256.ormlite.field used by com.j256.ormlite.stmt
DataType
          Data type enumeration to provide Java class to/from database mapping.
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.stmt.mapped
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.support
FieldType
          Per field information configured from the DatabaseField annotation and the associated Field in the class.
SqlType
          The SQL data types that are supported.
 

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



Copyright © 2011. All Rights Reserved.