Hibernate

Java ORM framework — maps Java objects to relational database tables with HQL, caching, and lazy loading.

Java free Open Source data since 2001

Hibernate is the reference implementation of JPA (Java Persistence API) and the standard ORM for Java applications. Its query language (HQL/JPQL) is database-agnostic, and its second-level cache with Ehcache or Redis reduces database load dramatically. Spring Boot’s Spring Data JPA is backed by Hibernate by default.

// tags

ormdatabasejavajpasqlpersistencecaching
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub