-
-
Notifications
You must be signed in to change notification settings - Fork 9
component jpa
Raymond Meester edited this page Mar 6, 2023
·
1 revision
The JPA component enables you to store and retrieve Java objects from persistent storage using EJB 3’s Java Persistence Architecture (JPA), which is a standard interface layer that wraps Object/Relational Mapping (ORM) products such as OpenJPA, Hibernate, TopLink, and so on.