Most voted "jpa-2.0" questions

Java Persistence API (or simply JPA) is a standard Java language API for data persistence that must be implemented by frameworks that wish to follow such a standard. JPA defines an object-relational mapping medium for simple and common Java objects (Pojos), called entity Beans. Several object/relational mapping frameworks such as Hibernate implement JPA.

Learn more…

103 questions

Sort by count of