Hibernate ORM
The industry-standard ORM for Java applications
Language: JavaCategory: ORMFirst released: 2001Created by: Gavin KingLicense: LGPL-2.1
Hibernate ORM is a mature, battle-tested object-relational mapping solution for Java. It enables developers to map Java classes to database tables and provides data query and retrieval facilities that significantly reduce development time. With JPA implementation, caching, lazy loading, and HQL, Hibernate remains the dominant ORM in enterprise Java ecosystems after more than two decades.
Links
Key Features
JPA ImplementationHQL Query LanguageLazy LoadingTwo-Level CachingDirty Checking