组织ID: |
org.hibernate |
项目ID: |
hibernate-entitymanager |
版本: |
3.3.1.ga |
最后修改时间: |
2018-07-27 19:39:50 |
包类型: |
jar |
标题: |
Hibernate Entity Manager |
描述: |
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification. |
相关URL: |
http://entitymanager.hibernate.org |
大小: |
113.81KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.3.1.ga</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-entitymanager:3.3.1.ga
|
下载Jar包: |
|
POM文件内容: |
<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>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/javax.persistence.spi.PersistenceProvider
org.hibernate.ejb.AbstractEntityManagerImpl$1.class
org.hibernate.ejb.AbstractEntityManagerImpl$2.class
org.hibernate.ejb.AbstractEntityManagerImpl.class
org.hibernate.ejb.CurrentEntityManagerImpl.class
org.hibernate.ejb.Ejb3Configuration$1.class
org.hibernate.ejb.Ejb3Configuration$2.class
org.hibernate.ejb.Ejb3Configuration$3.class
org.hibernate.ejb.Ejb3Configuration$4.class
org.hibernate.ejb.Ejb3Configuration$5.class
org.hibernate.ejb.Ejb3Configuration$6.class
org.hibernate.ejb.Ejb3Configuration$Ejb3EntityNotFoundDelegate.class
org.hibernate.ejb.Ejb3Configuration$XML_SEARCH.class
org.hibernate.ejb.Ejb3Configuration.class
org.hibernate.ejb.Ejb3ConfigurationObjectFactory.class
org.hibernate.ejb.EntityManagerFactoryImpl.class
org.hibernate.ejb.EntityManagerImpl$1.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$1.class
org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer$2.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$ClassFilter.class
org.hibernate.ejb.packaging.JarVisitor$Entry.class
org.hibernate.ejb.packaging.JarVisitor$FileFilter.class
org.hibernate.ejb.packaging.JarVisitor$Filter.class
org.hibernate.ejb.packaging.JarVisitor$JavaElementFilter.class
org.hibernate.ejb.packaging.JarVisitor$PackageFilter.class
org.hibernate.ejb.packaging.JarVisitor.class
org.hibernate.ejb.packaging.NamedInputStream.class
org.hibernate.ejb.packaging.PersistenceMetadata.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
persistence-api-1.0.jar
/javax.persistence/persistence-api/1.0
查看persistence-api所有版本文件
hibernate-3.2.4.ga.jar
/org.hibernate/hibernate/3.2.4.ga
查看hibernate所有版本文件
hibernate-annotations-3.3.0.ga.jar
/org.hibernate/hibernate-annotations/3.3.0.ga
查看hibernate-annotations所有版本文件
hibernate-commons-annotations-3.0.0.ga.jar
/org.hibernate/hibernate-commons-annotations/3.0.0.ga
查看hibernate-commons-annotations所有版本文件
hibernate-validator-3.0.0.ga.jar
/org.hibernate/hibernate-validator/3.0.0.ga
查看hibernate-validator所有版本文件
javassist-3.3.ga.jar
/jboss/javassist/3.3.ga
查看javassist所有版本文件
jboss-common-core-2.0.4.GA.jar
/jboss/jboss-common-core/2.0.4.GA
查看jboss-common-core所有版本文件
|