This article demonstrates how to use Hibernate 4.3.x with MySQL 5.6.16 in Java using JDBC.
Android Dagger2 greenDAO ORM With Service And DAO Layers
This post shows how to create a sample Android app that uses Dagger2 and greenDAO ORM. The codes are also organized in service and DAO layers. Previously, we touched briefly on greenDAO ORM for SQLite. This time we’re using the
Android greenDAO ORM For SQLite Example
This post shows how to use greenDAO ORM for SQLite in Android using a demo app. We start with a simple Android project in the Android Studio, create a few entities, save to and read data from the database. Requirements