Maven Repository - POM file for JPA Hibernate hibernate-entitymanager 3.3.1.ga 3.3.1.ga

Summary

Hibernate Entity Manager.

Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification..

Declaration

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

<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-entitymanager</artifactId>
   <version>3.3.1.ga</version>
</dependency>

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

License

Name:GNU LESSER GENERAL PUBLIC LICENSE
URL: http://www.gnu.org/licenses/lgpl.txt.





Depends on

The hibernate-entitymanager-3.3.1.ga has 7 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
EJBpersistence-api 1.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
361
JPA Hibernatehibernate 3.2.4.ga
Relational Persistence for Java
7
JPA Hibernatehibernate-annotations 3.3.0.ga
EJB3-style annotations for Hibernate
16
JPA Hibernatehibernate-validator 3.0.0.ga
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
8

Depended by

The following table lists the most popular artifacts which are depending on hibernate-entitymanager-3.3.1.ga. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-orm 2.5.2
Spring Framework: ORM
5
Springspring 2.5.2
Spring Framework
8

Packages

The following packages are defined in the hibernate-entitymanager-3.3.1.ga.jar

org.hibernate.ejb
org.hibernate.ejb.connection
org.hibernate.ejb.event
org.hibernate.ejb.instrument
org.hibernate.ejb.packaging
org.hibernate.ejb.transaction
org.hibernate.ejb.util
org.hibernate.engine




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.hibernate</groupId>
  <artifactId>hibernate-entitymanager</artifactId>
  <packaging>jar</packaging>
  <name>Hibernate Entity Manager</name>
  <version>3.3.1.ga</version>
  <url>http://entitymanager.hibernate.org</url>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <description>Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.</description>
  <scm>
    <url>http://anonhibernate.labs.jboss.com/trunk/HibernateExt/entitymanager</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.persistence</groupId>
      <artifactId>persistence-api</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate</artifactId>
      <version>3.2.4.ga</version>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-annotations</artifactId>
      <version>3.3.0.ga</version>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-commons-annotations</artifactId>
      <version>3.0.0.ga</version>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-validator</artifactId>
      <version>3.0.0.ga</version>
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>javassist</artifactId>
      <version>3.3.ga</version>
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-common-core</artifactId>
      <version>2.0.4.GA</version>
      <exclusions>
        <exclusion>
          <groupId>apache-xerces</groupId>
          <artifactId>xml-apis</artifactId>
        </exclusion>
        <exclusion>
          <groupId>apache-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
        </exclusion>
        <exclusion>
          <groupId>oswego-concurrent</groupId>
          <artifactId>concurrent</artifactId>
        </exclusion>
        <exclusion>
          <groupId>apache-slide</groupId>
          <artifactId>webdavlib</artifactId>
        </exclusion>
        <exclusion>
          <groupId>jboss</groupId>
          <artifactId>jboss-common-logging-spi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>