Package com.j256.ormlite.table

Object table information.

See:
          Description

Interface Summary
ObjectFactory<T> Interface that allows you to inject a factory class that creates objects of this class.
 

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 documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.