Hibernate's implementation of the Java Persistence API (JPA) 2.0 specification (JSR 317).
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.1.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an EntityManager and persists an entity.
Use hibernate-jpa-2.1-api or jakarta.persistence-api for newer JPA specs.
No dependency data recorded yet.