5 Reasons to Use JPA / Hibernate
This post was originally published on sitepoint’s Java channel: 5 Reasons to Use JPA / Hibernate. Before we dive into the reasons to use JPA, let me quickly explain what it is. The Java Persistence API (JPA) is a specification for object-relational mapping in Java. As for most standards within the Java Community Process, it…