jEasyORM

Type
Java Library

Platform
Platform-independent

License
GNU GPLv3

Home Page
http://jeasyorm.sourceforge.net

Download
http://sourceforge.net/projects/jeasyorm/files/

jEasyORM is a Java-based ORM/DAO tool with the following features:

  • Use of POJOs as domain objects, no need to inherit from a base class,
  • Mapping POJOs to database tables without configuration,
  • Database-independent CRUD functionality, automatically uses auto-increment columns, sequences, etc. for primary keys depending on database,
  • Database-independent paging functionality,
  • No external dependencies,
  • Small (<50kB).