组织ID: |
org.hibernate |
项目ID: |
hibernate-testing |
版本: |
5.3.2.Final |
最后修改时间: |
2018-11-09 15:58:42 |
包类型: |
jar |
标题: |
Hibernate ORM - hibernate-testing |
描述: |
Support for testing Hibernate ORM functionality |
相关URL: |
http://hibernate.org/orm |
大小: |
186.44KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>5.3.2.Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-testing:5.3.2.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>5.3.2.Final</version>
<name>Hibernate ORM - hibernate-testing</name>
<description>Support for testing Hibernate ORM functionality</description>
<url>http://hibernate.org/orm</url>
<organization>
<name>Hibernate.org</name>
<url>http://hibernate.org</url>
</organization>
<licenses>
<license>
<name>GNU Library General Public License v2.1 or later</name>
<url>http://www.opensource.org/licenses/LGPL-2.1</url>
<distribution>repo</distribution>
<comments>See discussion at http://hibernate.org/community/license/ for more details.</comments>
</license>
</licenses>
<developers>
<developer>
<id>hibernate-team</id>
<name>The Hibernate Development Team</name>
<organization>Hibernate.org</organization>
<organizationUrl>http://hibernate.org</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:http://github.com/hibernate/hibernate-orm.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection>
<url>http://github.com/hibernate/hibernate-orm</url>
</scm>
<issueManagement>
<system>jira</system>
<url>https://hibernate.atlassian.net/browse/HHH</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.3.2.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.3.2.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<version>1.1.1.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<version>4.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
<version>4.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>4.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.experlog</groupId>
<artifactId>xapool</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
<version>4.16.4.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.testing.DialectChecks$DoesRepeatableReadCauseReadersToBlockWritersCheck.class
org.hibernate.testing.OnExpectedFailure.class
org.hibernate.testing.DialectChecks$DoesReadCommittedCauseWritersToBlockReadersCheck.class
org.hibernate.testing.DialectChecks$SupportValuesListAndRowValueConstructorSyntaxInInList.class
org.hibernate.testing.DialectChecks$SupportsCircularCascadeDeleteCheck.class
org.hibernate.testing.DialectChecks$SupportsExistsInSelectCheck.class
org.hibernate.testing.RequiresDialect.class
org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner$2.class
org.hibernate.testing.bytecode.enhancement.EnhancerTestContext.class
org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner.class
org.hibernate.testing.bytecode.enhancement.CustomEnhancementContext.class
org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner$1.class
org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils.class
org.hibernate.testing.Skip$OperatingSystem.class
org.hibernate.testing.DialectChecks$SupportSkipLocked.class
org.hibernate.testing.DialectChecks$SupportLimitCheck.class
org.hibernate.testing.DialectChecks$SupportRowValueConstructorSyntaxInInList.class
org.hibernate.testing.SkipForDialects.class
org.hibernate.testing.DialectChecks$DoesRepeatableReadNotCauseReadersToBlockWritersCheck.class
org.hibernate.testing.DialectChecks$SupportsEmptyInListCheck.class
org.hibernate.testing.SkipForDialect.class
org.hibernate.testing.DialectChecks$SupportPartitionBy.class
org.hibernate.testing.DialectChecks$SupportSubqueryAsLeftHandSideInPredicate.class
org.hibernate.testing.DialectChecks$SupportNoWait.class
org.hibernate.testing.schema.SchemaCreateHelper.class
org.hibernate.testing.schema.SchemaValidateHelper.class
org.hibernate.testing.schema.SchemaDropHelper.class
org.hibernate.testing.schema.SchemaUpdateHelper.class
org.hibernate.testing.DialectChecks$ForceLobAsLastValue.class
org.hibernate.testing.BeforeClassOnce.class
org.hibernate.testing.boot.ClassLoaderAccessTestingImpl.class
org.hibernate.testing.boot.BootstrapContextImpl.class
org.hibernate.testing.boot.BasicTestingJdbcServiceImpl.class
org.hibernate.testing.boot.ServiceRegistryTestingImpl.class
org.hibernate.testing.boot.MetadataBuildingContextTestingImpl.class
org.hibernate.testing.boot.DialectFactoryTestingImpl.class
org.hibernate.testing.boot.ClassLoaderServiceTestingImpl.class
org.hibernate.testing.boot.MetadataBuildingContextTestingImpl$1.class
org.hibernate.testing.boot.JdbcConnectionAccessImpl.class
org.hibernate.testing.logger.Triggerable.class
org.hibernate.testing.logger.Log4DelegatingLogger$1.class
org.hibernate.testing.logger.Log4DelegatingLogger.class
org.hibernate.testing.logger.LoggerInspectionRule.class
org.hibernate.testing.logger.TestableLoggerProvider.class
org.hibernate.testing.logger.TriggerOnPrefixLogListener.class
org.hibernate.testing.logger.LogInspectionHelper.class
org.hibernate.testing.logger.LogListener.class
org.hibernate.testing.DialectChecks$DoubleQuoteQuoting.class
org.hibernate.testing.DialectChecks$SupportsParametersInInsertSelectCheck.class
org.hibernate.testing.RequiresDialectFeature.class
org.hibernate.testing.DialectChecks$SupportNonQueryValuesListWithCTE.class
org.hibernate.testing.DialectChecks$UsesInputStreamToInsertBlob.class
org.hibernate.testing.async.ExecutableAdapter$ExceptionWrapper.class
org.hibernate.testing.async.Executable.class
org.hibernate.testing.async.ExecutableAdapter.class
org.hibernate.testing.async.TimedExecutor.class
org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest.class
org.hibernate.testing.Skip$AlwaysSkip.class
org.hibernate.testing.junit4.FailureExpectedHandler$FailureExpectedTestPassedException.class
org.hibernate.testing.junit4.ExtendedFrameworkMethod.class
org.hibernate.testing.junit4.TestClassMetadata.class
org.hibernate.testing.junit4.Helper.class
org.hibernate.testing.junit4.ClassLoadingIsolater.class
org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.class
org.hibernate.testing.junit4.CustomRunner$1.class
org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase$RollbackWork.class
org.hibernate.testing.junit4.ClassLoadingIsolater$1.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$1.class
org.hibernate.testing.junit4.CustomParameterized$Order.class
org.hibernate.testing.junit4.CustomRunner$2.class
org.hibernate.testing.junit4.CustomRunner$IgnoreImpl.class
org.hibernate.testing.junit4.CustomRunner.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.class
org.hibernate.testing.junit4.CustomParameterized.class
org.hibernate.testing.junit4.AfterClassCallbackHandler.class
org.hibernate.testing.junit4.TestClassMetadata$CallbackType.class
org.hibernate.testing.junit4.CustomParameterized$CustomRunnerForParameters.class
org.hibernate.testing.junit4.CustomRunner$MatcherInstantiationException.class
org.hibernate.testing.junit4.ClassLoadingIsolater$IsolatedClassLoaderProvider.class
org.hibernate.testing.junit4.InvalidMethodForAnnotationException.class
org.hibernate.testing.junit4.BaseUnitTestCase.class
org.hibernate.testing.junit4.CallbackException.class
org.hibernate.testing.junit4.FailureExpectedHandler.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$RollbackWork.class
org.hibernate.testing.junit4.BeforeClassCallbackHandler.class
org.hibernate.testing.junit4.ExtraAssertions.class
org.hibernate.testing.AfterClassOnce.class
org.hibernate.testing.DialectChecks$HasSelfReferentialForeignKeyBugCheck.class
org.hibernate.testing.OnFailure.class
org.hibernate.testing.DialectChecks$SupportsLobValueChangePropogation.class
org.hibernate.testing.DialectChecks$SupportLimitAndOffsetCheck.class
org.hibernate.testing.DialectChecks$CaseSensitiveCheck.class
org.hibernate.testing.DialectChecks$DoesNotSupportFollowOnLocking.class
org.hibernate.testing.cache.MapStorageAccessImpl.class
org.hibernate.testing.cache.DomainDataRegionImpl.class
org.hibernate.testing.cache.StrategyRegistrationProviderImpl.class
org.hibernate.testing.cache.CollectionTransactionAccess.class
org.hibernate.testing.cache.CachingRegionFactory.class
org.hibernate.testing.cache.EntityTransactionalAccess.class
org.hibernate.testing.cache.NaturalIdTransactionalAccess.class
org.hibernate.testing.TestForIssue.class
org.hibernate.testing.DialectChecks$SupportsRowValueConstructorSyntaxInInListCheck.class
org.hibernate.testing.DialectChecks$SupportCatalogCreation.class
org.hibernate.testing.DialectChecks$SupportsLockTimeouts.class
org.hibernate.testing.jdbc.JdbcMocks.class
org.hibernate.testing.jdbc.JdbcMocks$EmptyResultSetHandler.class
org.hibernate.testing.jdbc.ResultSetUtil.class
org.hibernate.testing.jdbc.leak.IdleConnectionCounter.class
org.hibernate.testing.jdbc.leak.ConnectionLeakUtil.class
org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter.class
org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter.class
org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter.class
org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter.class
org.hibernate.testing.jdbc.leak.ConnectionLeakException.class
org.hibernate.testing.jdbc.JdbcMocks$Options.class
org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider.class
org.hibernate.testing.jdbc.ConnectionProviderDelegate.class
org.hibernate.testing.jdbc.JdbcMocks$ConnectionBuilder.class
org.hibernate.testing.jdbc.JdbcMocks$ConnectionHandler.class
org.hibernate.testing.jdbc.SQLStatementInterceptor.class
org.hibernate.testing.jdbc.JdbcProperties.class
org.hibernate.testing.jdbc.JdbcMocks$DatabaseMetaDataHandler.class
org.hibernate.testing.DialectChecks$SupportsColumnCheck.class
org.hibernate.testing.DialectChecks$SupportsSequences.class
org.hibernate.testing.util.TestPathHelper.class
org.hibernate.testing.util.ReflectionUtil.class
org.hibernate.testing.util.ExceptionUtil.class
org.hibernate.testing.ServiceRegistryBuilder.class
org.hibernate.testing.DialectCheck.class
org.hibernate.testing.DialectChecks$DoesNotSupportRowValueConstructorSyntax.class
org.hibernate.testing.DialectChecks$SupportsExpectedLobUsagePattern.class
org.hibernate.testing.RequiresDialects.class
org.hibernate.testing.DialectChecks$SupportDropConstraints.class
org.hibernate.testing.DialectChecks$SupportsCascadeDeleteCheck.class
org.hibernate.testing.FailureExpected.class
org.hibernate.testing.Skip$Matcher.class
org.hibernate.testing.jta.TestingJtaPlatformImpl$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jboss-logging-3.3.2.Final.jar
/org.jboss.logging/jboss-logging/3.3.2.Final
查看jboss-logging所有版本文件
hibernate-core-5.3.2.Final.jar
/org.hibernate/hibernate-core/5.3.2.Final
查看hibernate-core所有版本文件
jboss-transaction-api_1.2_spec-1.1.1.Final.jar
/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec/1.1.1.Final
查看jboss-transaction-api_1.2_spec所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
byteman-4.0.3.jar
/org.jboss.byteman/byteman/4.0.3
查看byteman所有版本文件
byteman-install-4.0.3.jar
/org.jboss.byteman/byteman-install/4.0.3
查看byteman-install所有版本文件
byteman-bmunit-4.0.3.jar
/org.jboss.byteman/byteman-bmunit/4.0.3
查看byteman-bmunit所有版本文件
xapool-1.5.0.jar
/com.experlog/xapool/1.5.0
查看xapool所有版本文件
log4j-1.2.17.jar
/log4j/log4j/1.2.17
查看log4j所有版本文件
jbossjta-4.16.4.Final.jar
/org.jboss.jbossts/jbossjta/4.16.4.Final
查看jbossjta所有版本文件
|