bookmark

Avaje Ebean ORM Peristence Layer (Java) - Compare to JPA


Description

What is Ebean?

Ebean is a Object Relational Mapping Persistence Layer written in Java (Open Source LGPL license).

* Providing the features of EJB3's JPA (and more)
* No container required
* JPA compatible ORM mapping (@Entity, @OneToMany, ...)

Why use Ebean?

Ebean provides a simpler approach to Object Relational Mapping. It does this by not requiring session objects such as JPA EntityManager, JDO PersistenceManager, Hibernate Session, Toplink ClientSession.

Preview

Tags

Users

  • @gresch

Comments and Reviews