Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Ebean - ORM for Java / Kotlin

  • Share this:
post-title
Ebean is fast and simple data access on the JVM. With Ebean it is very easy to insert, update, delete. There is no Session or EntityManager to manage, no merge/flush/attach/detach semantics. Ebean can profile the object graph use and use that to automatically optimise ORM queries such that they only fetch the required properties and minimises N + 1.

Its features include JPA Mapping annotations, Type safe queries, ElasticSearch integration and lot more.
https://ebean-orm.github.io/
https://github.com/ebean-orm/ebean
License:
Tech: