组织ID: |
org.hibernate |
项目ID: |
hibernate-testing |
版本: |
4.1.0.Final |
最后修改时间: |
2018-11-28 11:38:16 |
包类型: |
jar |
标题: |
A Hibernate Core Module |
描述: |
A module of the Hibernate Core project |
相关URL: |
http://hibernate.org |
大小: |
93.72KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>4.1.0.Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-testing:4.1.0.Final
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>4.1.0.Final</version>
<name>A Hibernate Core Module</name>
<description>A module of the Hibernate Core project</description>
<url>http://hibernate.org</url>
<organization>
<name>Hibernate.org</name>
<url>http://hibernate.org</url>
</organization>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
<comments>See discussion at http://hibernate.org/license for more details.</comments>
</license>
</licenses>
<developers>
<developer>
<id>hibernate-team</id>
<name>The Hibernate Development Team</name>
<organization>org.apache.maven.model.Organization@8a64642</organization>
<organizationUrl>http://hibernate.org</organizationUrl>
</developer>
</developers>
<issueManagement>
<system>jira</system>
<url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</url>
</issueManagement>
<scm>
<connection>scm:git:http://github.com/hibernate/hibernate-core.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-core.git</developerConnection>
<url>http://github.com/hibernate/hibernate-core</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
<version>4.15.1.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.experlog</groupId>
<artifactId>xapool</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>99.0-does-not-exist</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.1.0.CR2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.0.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.15.0-GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>99.0-does-not-exist</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.145</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.testing.DialectChecks$SupportLimitAndOffsetCheck.class
org.hibernate.testing.DialectChecks$SupportsLobValueChangePropogation.class
org.hibernate.testing.DialectChecks$SupportsSequences.class
org.hibernate.testing.DialectChecks$SupportNotNullUnique.class
org.hibernate.testing.DialectChecks$DoesRepeatableReadNotCauseReadersToBlockWritersCheck.class
org.hibernate.testing.ServiceRegistryBuilder.class
org.hibernate.testing.OnExpectedFailure.class
org.hibernate.testing.SkipForDialect.class
org.hibernate.testing.Skip$Matcher.class
org.hibernate.testing.DialectChecks$CaseSensitiveCheck.class
org.hibernate.testing.AfterClassOnce.class
org.hibernate.testing.RequiresDialect.class
org.hibernate.testing.DialectChecks.class
org.hibernate.testing.OnFailure.class
org.hibernate.testing.DialectCheck.class
org.hibernate.testing.RequiresDialectFeature.class
org.hibernate.testing.Skip.class
org.hibernate.testing.DialectChecks$HasSelfReferentialForeignKeyBugCheck.class
org.hibernate.testing.DialectChecks$DoesRepeatableReadCauseReadersToBlockWritersCheck.class
org.hibernate.testing.DialectChecks$SupportsParametersInInsertSelectCheck.class
org.hibernate.testing.DialectChecks$SupportsIdentityColumns.class
org.hibernate.testing.TestForIssue.class
org.hibernate.testing.DialectChecks$SupportsExpectedLobUsagePattern.class
org.hibernate.testing.DialectChecks$SupportSubqueryAsLeftHandSideInPredicate.class
org.hibernate.testing.DialectChecks$SupportsColumnCheck.class
org.hibernate.testing.DialectChecks$SupportsEmptyInListCheck.class
org.hibernate.testing.DialectChecks$SupportLimitCheck.class
org.hibernate.testing.DialectChecks$DoesReadCommittedCauseWritersToBlockReadersCheck.class
org.hibernate.testing.FailureExpected.class
org.hibernate.testing.DialectChecks$SupportsResultSetPositioningOnForwardOnlyCursorCheck.class
org.hibernate.testing.DialectChecks$SupportsCircularCascadeDeleteCheck.class
org.hibernate.testing.SkipLog.class
org.hibernate.testing.DialectChecks$SupportsRowValueConstructorSyntaxInInListCheck.class
org.hibernate.testing.BeforeClassOnce.class
org.hibernate.testing.DialectChecks$SupportsExistsInSelectCheck.class
org.hibernate.testing.DialectChecks$SupportsUnboundedLobLocatorMaterializationCheck.class
org.hibernate.testing.DialectChecks$DoesReadCommittedNotCauseWritersToBlockReadersCheck.class
org.hibernate.testing.Skip$AlwaysSkip.class
org.hibernate.testing.junit4.CustomRunner.class
org.hibernate.testing.junit4.Helper.class
org.hibernate.testing.junit4.CustomRunner$IgnoreImpl.class
org.hibernate.testing.junit4.ClassLoadingIsolater$1.class
org.hibernate.testing.junit4.ClassLoadingIsolater$IsolatedClassLoaderProvider.class
org.hibernate.testing.junit4.AfterClassCallbackHandler.class
org.hibernate.testing.junit4.FailureExpectedHandler$FailureExpectedTestPassedException.class
org.hibernate.testing.junit4.CustomRunner$1.class
org.hibernate.testing.junit4.TestClassMetadata$CallbackType.class
org.hibernate.testing.junit4.FailureExpectedHandler.class
org.hibernate.testing.junit4.InvalidMethodForAnnotationException.class
org.hibernate.testing.junit4.CallbackException.class
org.hibernate.testing.junit4.CustomRunner$MatcherInstantiationException.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$2.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$RollbackWork.class
org.hibernate.testing.junit4.ExtraAssertions.class
org.hibernate.testing.junit4.ExtendedFrameworkMethod.class
org.hibernate.testing.junit4.BeforeClassCallbackHandler.class
org.hibernate.testing.junit4.BaseUnitTestCase.class
org.hibernate.testing.junit4.TestClassMetadata.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$1.class
org.hibernate.testing.junit4.ClassLoadingIsolater.class
org.hibernate.testing.jta.TestingJtaBootstrap.class
org.hibernate.testing.env.ConnectionProviderBuilder.class
org.hibernate.testing.env.ConnectionProviderBuilder$1.class
org.hibernate.testing.async.ExecutableAdapter$ExceptionWrapper.class
org.hibernate.testing.async.TimedExecutor.class
org.hibernate.testing.async.Executable.class
org.hibernate.testing.async.ExecutableAdapter.class
org.hibernate.testing.cache.BaseCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.NonstrictReadWriteEntityRegionAccessStrategy.class
org.hibernate.testing.cache.BaseTransactionalDataRegion.class
org.hibernate.testing.cache.ReadWriteEntityRegionAccessStrategy.class
org.hibernate.testing.cache.CollectionRegionImpl$1.class
org.hibernate.testing.cache.TransactionalNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.CachingRegionFactory$QueryResultsRegionImpl.class
org.hibernate.testing.cache.AbstractReadWriteAccessStrategy$Lockable.class
org.hibernate.testing.cache.NaturalIdRegionImpl$1.class
org.hibernate.testing.cache.ReadOnlyCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.BaseEntityRegionAccessStrategy.class
org.hibernate.testing.cache.BaseRegionAccessStrategy.class
org.hibernate.testing.cache.BaseRegion.class
org.hibernate.testing.cache.ReadOnlyNaturalIdRegionAccessStrategy.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
slf4j-api-1.6.1.jar
/org.slf4j/slf4j-api/1.6.1
查看slf4j-api所有版本文件
jbossjta-4.15.1.Final.jar
/org.jboss.jbossts/jbossjta/4.15.1.Final
查看jbossjta所有版本文件
xapool-1.5.0.jar
/com.experlog/xapool/1.5.0
查看xapool所有版本文件
commons-logging-api-99.0-does-not-exist.jar
/commons-logging/commons-logging-api/99.0-does-not-exist
查看commons-logging-api所有版本文件
slf4j-log4j12-1.6.1.jar
/org.slf4j/slf4j-log4j12/1.6.1
查看slf4j-log4j12所有版本文件
jboss-logging-3.1.0.CR2.jar
/org.jboss.logging/jboss-logging/3.1.0.CR2
查看jboss-logging所有版本文件
hibernate-core-4.1.0.Final.jar
/org.hibernate/hibernate-core/4.1.0.Final
查看hibernate-core所有版本文件
javassist-3.15.0-GA.jar
/org.javassist/javassist/3.15.0-GA
查看javassist所有版本文件
jcl-over-slf4j-1.6.1.jar
/org.slf4j/jcl-over-slf4j/1.6.1
查看jcl-over-slf4j所有版本文件
commons-logging-99.0-does-not-exist.jar
/commons-logging/commons-logging/99.0-does-not-exist
查看commons-logging所有版本文件
h2-1.2.145.jar
/com.h2database/h2/1.2.145
查看h2所有版本文件
|