Java Persistence API, Version 2.1

Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.javax.persistence
ArtifactId

ArtifactId

hibernate-jpa-2.1-api
Last Version

Last Version

1.0.2.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Java Persistence API, Version 2.1
Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details
Project URL

Project URL

http://hibernate.org
Source Code Management

Source Code Management

http://github.com/hibernate/hibernate-jpa-api

Download hibernate-jpa-2.1-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/ -->
<dependency>
    <groupId>org.hibernate.javax.persistence</groupId>
    <artifactId>hibernate-jpa-2.1-api</artifactId>
    <version>1.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
// https://jarcasting.com/artifacts/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/
implementation ("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final")
'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.2.Final'
<dependency org="org.hibernate.javax.persistence" name="hibernate-jpa-2.1-api" rev="1.0.2.Final">
  <artifact name="hibernate-jpa-2.1-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.javax.persistence', module='hibernate-jpa-2.1-api', version='1.0.2.Final')
)
libraryDependencies += "org.hibernate.javax.persistence" % "hibernate-jpa-2.1-api" % "1.0.2.Final"
[org.hibernate.javax.persistence/hibernate-jpa-2.1-api "1.0.2.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

hibernate-jpa-api

Deprecated

Please use javax.persistence:javax.persistence-api:2.2 since JPA 2.2.

This repository used to host a clean-room definition of JPA APIs intended for transitory use in Hibernate JPA development, however this is no longer necessary since JPA 2.2 as the API created by the JPA working group is now publicly available.

The versions for JPA 2.1 and previous are available in the maintenance branches. See http://java.net/projects/jpa-spec/downloads for drafts used to create them.

The current "master" branch is going to be repurposed to publish Maven Relocation artifacts so to help everyone to migrate to the standard APIs.

Reminder about the release process:

mvn -B release:clean release:prepare release:perform -Dtag=JPA2.2_[version] -DreleaseVersion=version -DdevelopmentVersion=Z git push upstream HEAD git push upstream

org.hibernate.javax.persistence

Hibernate

Versions

Version
1.0.2.Final
1.0.0.Draft-16
1.0.0.Draft-14
1.0.0.Draft-10
1.0.0.Draft-7plus
1.0.0.Draft-6b
1.0.0.Draft-6
1.0.0.Final