Hibernate distribution of JPA API

Distribution package for the JPA API

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.javax.persistence
ArtifactId

ArtifactId

hibernate-jpa-api-parent
Last Version

Last Version

1.0.0.Beta1
Release Date

Release Date

Type

Type

pom
Description

Description

Hibernate distribution of JPA API
Distribution package for the JPA API
Project URL

Project URL

http://hibernate.org
Project Organization

Project Organization

Hibernate
Source Code Management

Source Code Management

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

Download hibernate-jpa-api-parent

How to add to project

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

Dependencies

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

Project Modules

  • relocation
  • modules

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.0.Beta1