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.field.types   
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 that corresponds to a DataPersister.
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
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.
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
DatabaseField
          Annotation that identifies a field in a class that corresponds to a column in the database and will be persisted.
DatabaseFieldConfig
          Database field configuration information either supplied by a DatabaseField annotation or by direct Java or Spring wiring.
DatabaseFieldForeign
          Deprecated. Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.
DatabaseFieldId
          Deprecated. Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.
DatabaseFieldIndex
          Deprecated. Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.
DatabaseFieldOther
          Deprecated. Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.
DatabaseFieldSimple
          Deprecated. Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.
DataPersister
          Data type that provide Java class to/from database mapping.
DataType
          Data type enumeration that corresponds to a DataPersister.
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.types
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.
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 that corresponds to a DataPersister.
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.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.
 



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