6 most famous Java Persistence Frameworks and Libraries

In this article, we are going to list down some Java Persistence frameworks and libraries and give a brief introduction about what are the usages of them.


Logo Framework Name Description of the Framework
Hibernate Framework Hibernate Framework Hibernate is an object relational mapping (ORM) framework for the Java programming language.
Spring Data JPA Spring Data JPA Spring Data JPA is used to implement JPA based repositories. It is a part of the Sprig echo system, and it deals with enhanced support for JPA based data access layers.
MyBatis MyBatis MyBatis is a Java persistence framework and it couples objects with stored procedures or SQL statements using an XML descriptor or annotations.
EclipseLink EclipseLink Comprehensive open-source Java persistence solution addressing relational, XML, and database web services.
Apache OpenJPA Apache OpenJPA Apache OpenJPA can be used as a stand alone POJO persistence layer or integrated into any Java EE compliant containers.
Apache Torque Apache Torque Apache Torque lets you access and manipulate data in a relational database using object relational mapper.

<< Java Web Frameworks      Java Reporting Frameworks >>