Java Persistence/Ebean
Ebean
Ebean is a Java ORM based on the JPA specification.
The goal of Ebean is to provide mapping compatible with JPA while providing a simpler API to use and learn.
Index
- Why Ebean
- Example Model
- Quick Start - examples
- Mapping via JPA Annotations
- Query
- Save and Delete
- Transactions
- Caching
- Using raw SQL