Hibernate's implementation of the Jakarta Persistence (JPA) EntityManager interface for ORM in Java applications.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.5.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an EntityManager from a persistence unit using Hibernate.
Migrate to org.hibernate.orm:hibernate-core version 6.x and use jakarta.persistence imports.
No dependency data recorded yet.