This package provides the JDBC specific functionality. The released jars for this include the [ormlite-core (https://github.com/j256/ormlite-core) package as well. Android users should download the ormlite-android package instead of this JDBC one.
- For more background on ORMLite, see the ormlite-core repo.
- For more information, visit the ORMLite home page.
- Online documentation can be found off the home page. Here's the getting started information. Here are the Javadocs for the code.
- Browse the code on the git repository.
- Maven packages are published via
Enjoy, Gray Watson
Maven packages are published via which includes the ormlite-core classes.
For JDBC usage:
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-jdbc</artifactId>
<version>6.0</version>
</dependency>
The ChangeLog file comes from the ormlite-core repository. See the ChangeLog.txt file.