background preloader

Jpa

Facebook Twitter

Using the Java Persistence API (JPA) The process of mapping Java objects to database tables and vice versa is called "Object-relational mapping" (ORM).

Using the Java Persistence API (JPA)

The Java Persistence API (JPA) is one possible approach to ORM. JPA is a specification and several implementations are available. TopLink JPA. JPA Annotation Reference.