Package com.j256.ormlite.table

Object table information.

See:
          Description

Class Summary
DatabaseTableConfig<T> Database table configuration information either supplied by Spring or direct Java wiring or from a DatabaseTable annotation.
DatabaseTableConfigLoader Database table configuration loader which reads and writes DatabaseTableConfig from a text file/stream.
TableInfo<T,ID> Information about a database table including the associated tableName, class, constructor, and the included fields.
TableUtils Couple utility methods for the creating, dropping, and maintenance of tables.
 

Annotation Types Summary
DatabaseTable Annotation that marks a class to be stored in the database.
 

Package com.j256.ormlite.table Description

Object table information.



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