Download hibernate-entitymanager-3.2.0.ga.jar file

Introduction

You can download hibernate-entitymanager-3.2.0.ga.jar in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

hibernate-entitymanager-3.2.0.ga.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/javax.persistence.spi.PersistenceProvider
org.hibernate.ejb.AbstractEntityManagerImpl.class
org.hibernate.ejb.CurrentEntityManagerImpl.class
org.hibernate.ejb.Ejb3Configuration.class
org.hibernate.ejb.Ejb3ConfigurationObjectFactory.class
org.hibernate.ejb.EntityManagerFactoryImpl.class
org.hibernate.ejb.EntityManagerImpl.class
org.hibernate.ejb.EventListenerConfigurator.class
org.hibernate.ejb.HibernateEntityManager.class
org.hibernate.ejb.HibernateEntityManagerFactory.class
org.hibernate.ejb.HibernateEntityManagerImplementor.class
org.hibernate.ejb.HibernatePersistence.class
org.hibernate.ejb.HibernateQuery.class
org.hibernate.ejb.InjectionSettingsFactory.class
org.hibernate.ejb.QueryImpl.class
org.hibernate.ejb.TransactionImpl.class
org.hibernate.ejb.Version.class
org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.class
org.hibernate.ejb.event.BeanCallback.class
org.hibernate.ejb.event.Callback.class
org.hibernate.ejb.event.CallbackHandlerConsumer.class
org.hibernate.ejb.event.CallbackResolver.class
org.hibernate.ejb.event.EJB3AutoFlushEventListener.class
org.hibernate.ejb.event.EJB3DeleteEventListener.class
org.hibernate.ejb.event.EJB3FlushEntityEventListener.class
org.hibernate.ejb.event.EJB3FlushEventListener.class
org.hibernate.ejb.event.EJB3MergeEventListener.class
org.hibernate.ejb.event.EJB3PersistEventListener.class
org.hibernate.ejb.event.EJB3PersistOnFlushEventListener.class
org.hibernate.ejb.event.EJB3PostDeleteEventListener.class
org.hibernate.ejb.event.EJB3PostInsertEventListener.class
org.hibernate.ejb.event.EJB3PostLoadEventListener.class
org.hibernate.ejb.event.EJB3PostUpdateEventListener.class
org.hibernate.ejb.event.EJB3SaveEventListener.class
org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener.class
org.hibernate.ejb.event.EntityCallbackHandler.class
org.hibernate.ejb.event.ListenerCallback.class
org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer.class
org.hibernate.ejb.packaging.ExplodedJarVisitor.class
org.hibernate.ejb.packaging.FileZippedJarVisitor.class
org.hibernate.ejb.packaging.InputStreamZippedJarVisitor.class
org.hibernate.ejb.packaging.JarVisitor.class
org.hibernate.ejb.packaging.PersistenceMetadata.class
org.hibernate.ejb.packaging.PersistenceXmlLoader.class
org.hibernate.ejb.packaging.XmlHelper.class
org.hibernate.ejb.transaction.JoinableCMTTransaction.class
org.hibernate.ejb.transaction.JoinableCMTTransactionFactory.class
org.hibernate.ejb.util.ConfigurationHelper.class
org.hibernate.ejb.util.LogHelper.class
org.hibernate.ejb.util.NamingHelper.class
org/hibernate/ejb/persistence_1_0.xsd

Pom

hibernate-entitymanager-3.2.0.ga.pom file content.

<?xml version="1.0"?>

<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>
	<version>3.2.0.ga</version>

	<name>Hibernate EntityManager</name>
	<url>http://entitymanager.hibernate.org</url>
	<description>Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.</description>
	
	<licenses>
		<license>
			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
			<url>http://www.gnu.org/licenses/lgpl.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	
	<scm>
		<url>http://anonhibernate.labs.jboss.com/trunk/HibernateExt</url>
	</scm>
	
	<dependencies>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-annotations</artifactId>
			<version>3.2.0.ga</version>
		</dependency>
		<dependency>
			<groupId>jboss</groupId>
			<artifactId>javassist</artifactId>
			<version>3.3.ga</version>
		</dependency>
		<dependency>
			<groupId>jboss</groupId>
			<artifactId>jboss-archive-browsing</artifactId>
			<version>5.0.0alpha-200607201-119</version>
		</dependency>
	</dependencies>
	
</project>

POM Entry

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

Download

If you think the following hibernate-entitymanager-3.2.0.ga.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hibernate-entitymanager-3.2.0.ga.jar file




PreviousNext

Related