ORMLite Core 4.29 API

This package provides the core functionality for the lightweight Object Relational Mapping between Java classes and SQL databases.

See:
          Description

Packages
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.logger Logging utility classes.
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.

 

This package provides the core functionality for the lightweight Object Relational Mapping between Java classes and SQL databases. There are certainly some much more mature packages which provide this functionality, however, we wanted a simple wrapper around the JDBC functionality and other implementations are significantly more complicated. The package supports natively a number of JDBC database types and also has an package which uses direct Android database calls. Contact the author if your database type is not supported.

See the documentation for more information. There is also a PDF version of the documentation. The change log file shows the various features and bug fixes in each version.

OMRLite home page.



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