Provides the EJB3 persistence API for Hibernate Entity Manager, enabling Java Persistence API (JPA) support.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>ejb3-persistence</artifactId>
<version>1.0.2.GA</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of EntityManager for JPA persistence.
Upgrade to a newer Hibernate version (e.g., org.hibernate:hibernate-core) for better compatibility.
No dependency data recorded yet.