Apache OpenJPA is an implementation of the Jakarta Persistence API (JPA) for object-relational mapping in Java.
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>4.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Obtain a JPA EntityManager using OpenJPA
Use jakarta.persistence imports for version 4.x.
No dependency data recorded yet.