Maven Repository - POM file for JPA Hibernate org.eclipse.persistence.jpa 2.4.2 2.4.2

Summary

EclipseLink JPA.

EclipseLink build based upon Git transaction 5956486.

Declaration

Here is the list of declaration for org.eclipse.persistence.jpa. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.persistence</groupId>
   <artifactId>org.eclipse.persistence.jpa</artifactId>
   <version>2.4.2</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.persistence.jpa 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 v1.0
URL: http://www.eclipse.org/legal/epl-v10.htmlName:Eclipse Distribution License v. 1.0
URL: http://www.eclipse.org/org/documents/edl-v10.php.





Depends on

The org.eclipse.persistence.jpa-2.4.2 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JEE Libraryjavax.persistence 2.0.5
EclipseLink build based upon Git transaction 39f248b
13
JEE Libraryorg.eclipse.persistence.core 2.4.2
EclipseLink build based upon Git transaction 5956486
11

Depended by

The following table lists the most popular artifacts which are depending on org.eclipse.persistence.jpa-2.4.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-orm 4.0.5.RELEASE
Spring Object/Relational Mapping
6

Packages

The following packages are defined in the org.eclipse.persistence.jpa-2.4.2.jar

org.eclipse.persistence.internal.jpa
org.eclipse.persistence.internal.jpa.deployment
org.eclipse.persistence.internal.jpa.deployment.xml.parser
org.eclipse.persistence.internal.jpa.jdbc
org.eclipse.persistence.internal.jpa.metadata
org.eclipse.persistence.internal.jpa.metadata.accessors
org.eclipse.persistence.internal.jpa.metadata.accessors.classes
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
org.eclipse.persistence.internal.jpa.metadata.accessors.objects
org.eclipse.persistence.internal.jpa.metadata.additionalcriteria
org.eclipse.persistence.internal.jpa.metadata.cache
org.eclipse.persistence.internal.jpa.metadata.changetracking
org.eclipse.persistence.internal.jpa.metadata.columns
org.eclipse.persistence.internal.jpa.metadata.converters
org.eclipse.persistence.internal.jpa.metadata.copypolicy
org.eclipse.persistence.internal.jpa.metadata.graphs
org.eclipse.persistence.internal.jpa.metadata.inheritance
org.eclipse.persistence.internal.jpa.metadata.listeners
org.eclipse.persistence.internal.jpa.metadata.locking
org.eclipse.persistence.internal.jpa.metadata.mappings
org.eclipse.persistence.internal.jpa.metadata.multitenant
org.eclipse.persistence.internal.jpa.metadata.nosql
org.eclipse.persistence.internal.jpa.metadata.partitioning
org.eclipse.persistence.internal.jpa.metadata.queries
org.eclipse.persistence.internal.jpa.metadata.sequencing
org.eclipse.persistence.internal.jpa.metadata.structures
org.eclipse.persistence.internal.jpa.metadata.tables
org.eclipse.persistence.internal.jpa.metadata.transformers
org.eclipse.persistence.internal.jpa.metadata.xml
org.eclipse.persistence.internal.jpa.metamodel
org.eclipse.persistence.internal.jpa.modelgen
org.eclipse.persistence.internal.jpa.querydef
org.eclipse.persistence.internal.jpa.transaction
org.eclipse.persistence.internal.jpa.weaving
org.eclipse.persistence.jpa
org.eclipse.persistence.jpa.dynamic
org.eclipse.persistence.jpa.metadata
org.eclipse.persistence.tools.weaving.jpa




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.persistence</groupId>
  <artifactId>org.eclipse.persistence.jpa</artifactId>
  <version>2.4.2</version>
  <packaging>jar</packaging>
  <name>EclipseLink JPA</name>
  <description>EclipseLink build based upon Git transaction 5956486</description>
  <url>http://www.eclipse.org/eclipselink</url>
  <organization>
    <name>Eclipse.org - EclipseLink Project</name>
    <url>http://www.eclipse.org/eclipselink</url>
  </organization>
  <issueManagement>
    <system>bugzilla</system>
    <url>https://bugs.eclipse.org/bugs</url>
  </issueManagement>
  <inceptionYear>2007</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>EclipseLink Developer List</name>
      <post>eclipselink-dev@eclipse.org</post>
      <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
    </mailingList>
    <mailingList>
      <name>EclipseLink User List</name>
      <post>eclipselink-users@eclipse.org</post>
      <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
    </mailingList>
  </mailingLists>
  <licenses>
    <license>
      <name>Eclipse Public License v1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Licence</comments>
    </license>
    <license>
      <name>Eclipse Distribution License v. 1.0</name>
      <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Distribution License</comments>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:http://git.eclipse.org/eclipselink/eclipselink.runtime.git</connection>
    <url>http://git.eclipse.org/eclipselink/eclipselink.runtime.git</url>
  </scm>
  
  <dependencies><dependency><groupId>org.eclipse.persistence</groupId><artifactId>javax.persistence</artifactId><version>2.0.5</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>org.eclipse.persistence.asm</artifactId><version>2.4.2</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>org.eclipse.persistence.antlr</artifactId><version>2.4.2</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>org.eclipse.persistence.jpa.jpql</artifactId><version>2.4.2</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>org.eclipse.persistence.core</artifactId><version>2.4.2</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency></dependencies>
</project>