Maven Repository - POM file for JPA Hibernate hibernate-jpa-2.1-api 1.0.0.Final 1.0.0.Final

Summary

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.

Declaration

Here is the list of declaration for hibernate-jpa-2.1-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.hibernate.javax.persistence</groupId>
   <artifactId>hibernate-jpa-2.1-api</artifactId>
   <version>1.0.0.Final</version>
</dependency>

If you think this Maven repository POM file listing for hibernate-jpa-2.1-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Eclipse Public License (EPL), Version 1.0
URL: http://www.eclipse.org/legal/epl-v10.htmlName:Eclipse Distribution License (EDL), Version 1.0
URL: http://www.eclipse.org/org/documents/edl-v10.php.





Depended by

The following table lists the most popular artifacts which are depending on hibernate-jpa-2.1-api-1.0.0.Final. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatehibernate-core 4.3.0.Final
The core O/RM functionality as provided by Hibernate
5
JPA Hibernatehibernate-core 4.3.5.Final
The core O/RM functionality as provided by Hibernate
9
JPA Hibernatehibernate-core 4.3.6.Final
The core O/RM functionality as provided by Hibernate
10
JPA Hibernatehibernate-entitymanager 4.3.5.Final
Hibernate O/RM implementation of the JPA specification
6

Packages

The following packages are defined in the hibernate-jpa-2.1-api-1.0.0.Final.jar

javax.persistence
javax.persistence.criteria
javax.persistence.metamodel
javax.persistence.spi

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hibernate.javax.persistence</groupId>
  <artifactId>hibernate-jpa-2.1-api</artifactId>
  <version>1.0.0.Final</version>
  <name>Java Persistence API, Version 2.1</name>
  <description>Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation.  See README.md for details</description>
  <url>http://hibernate.org</url>
  <issueManagement>
    <system>jira</system>
    <url>http://opensource.atlassian.com/projects/hibernate/browse/JPA</url>
  </issueManagement>
  <scm>
    <url>http://github.com/hibernate/hibernate-jpa-api</url>
    <connection>scm:git:http://github.com/hibernate/hibernate-jpa-api.git</connection>
    <developerConnection>scm:git:git@github.com:hibernate/hibernate-jpa-api.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Eclipse Public License (EPL), Version 1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Eclipse Distribution License (EDL), Version 1.0</name>
      <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
    </license>
  </licenses>
  
</project>