组织ID: |
org.hibernate |
项目ID: |
hibernate-testing |
版本: |
5.0.6.Final |
最后修改时间: |
2019-02-23 21:46:53 |
包类型: |
jar |
标题: |
Hibernate ORM Testing |
描述: |
Support for testing Hibernate ORM functionality |
大小: |
147.66KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>5.0.6.Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-testing:5.0.6.Final
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>5.0.6.Final</version>
<dependencies>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.3.0.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.0.6.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.experlog</groupId>
<artifactId>xapool</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
<version>4.16.4.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>Hibernate ORM Testing</name>
<description>Support for testing Hibernate ORM functionality</description>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<comments>See discussion at http://hibernate.org/license for more details.</comments>
<distribution>repo</distribution>
</license>
</licenses>
<url>http://hibernate.org</url>
<organization>
<name>Hibernate.org</name>
<url>http://hibernate.org</url>
</organization>
<issueManagement>
<system>jira</system>
<url>https://hibernate.atlassian.net/browse/HHH</url>
</issueManagement>
<scm>
<url>http://github.com/hibernate/hibernate-orm</url>
<connection>scm:git:http://github.com/hibernate/hibernate-orm.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection>
</scm>
<developers>
<developer>
<id>hibernate-team</id>
<name>The Hibernate Development Team</name>
<organization>Hibernate.org</organization>
<organizationUrl>http://hibernate.org</organizationUrl>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.testing.DialectChecks$DoesRepeatableReadNotCauseReadersToBlockWritersCheck.class
org.hibernate.testing.DialectChecks.class
org.hibernate.testing.DialectChecks$SupportsCascadeDeleteCheck.class
org.hibernate.testing.RequiresDialect.class
org.hibernate.testing.DialectChecks$SupportCatalogCreation.class
org.hibernate.testing.DialectCheck.class
org.hibernate.testing.ServiceRegistryBuilder.class
org.hibernate.testing.SkipForDialect.class
org.hibernate.testing.DialectChecks$SupportsResultSetPositioningOnForwardOnlyCursorCheck.class
org.hibernate.testing.DialectChecks$UsesInputStreamToInsertBlob.class
org.hibernate.testing.DialectChecks$SupportsSequences.class
org.hibernate.testing.DialectChecks$SupportsLobValueChangePropogation.class
org.hibernate.testing.DialectChecks$SupportSchemaCreation.class
org.hibernate.testing.Skip$Matcher.class
org.hibernate.testing.Skip.class
org.hibernate.testing.DialectChecks$DoesReadCommittedNotCauseWritersToBlockReadersCheck.class
org.hibernate.testing.FailureExpected.class
org.hibernate.testing.DialectChecks$SupportsIdentityColumns.class
org.hibernate.testing.DialectChecks$DoubleQuoteQuoting.class
org.hibernate.testing.DialectChecks$SupportsExpectedLobUsagePattern.class
org.hibernate.testing.OnFailure.class
org.hibernate.testing.DialectChecks$SupportsUnboundedLobLocatorMaterializationCheck.class
org.hibernate.testing.DialectChecks$CaseSensitiveCheck.class
org.hibernate.testing.DialectChecks$HasSelfReferentialForeignKeyBugCheck.class
org.hibernate.testing.DialectChecks$SupportsRowValueConstructorSyntaxInInListCheck.class
org.hibernate.testing.RequiresDialectFeature.class
org.hibernate.testing.DialectChecks$SupportsExistsInSelectCheck.class
org.hibernate.testing.DialectChecks$SupportsColumnCheck.class
org.hibernate.testing.Skip$AlwaysSkip.class
org.hibernate.testing.DialectChecks$DoesNotSupportRowValueConstructorSyntax.class
org.hibernate.testing.DialectChecks$SupportLimitCheck.class
org.hibernate.testing.DialectChecks$SupportSubqueryAsLeftHandSideInPredicate.class
org.hibernate.testing.BeforeClassOnce.class
org.hibernate.testing.DialectChecks$DoesRepeatableReadCauseReadersToBlockWritersCheck.class
org.hibernate.testing.SkipLog.class
org.hibernate.testing.AfterClassOnce.class
org.hibernate.testing.SkipForDialects.class
org.hibernate.testing.TestForIssue.class
org.hibernate.testing.DialectChecks$SupportsEmptyInListCheck.class
org.hibernate.testing.DialectChecks$SupportLimitAndOffsetCheck.class
org.hibernate.testing.DialectChecks$SupportsLockTimeouts.class
org.hibernate.testing.OnExpectedFailure.class
org.hibernate.testing.RequiresDialects.class
org.hibernate.testing.DialectChecks$SupportsCircularCascadeDeleteCheck.class
org.hibernate.testing.DialectChecks$DoesReadCommittedCauseWritersToBlockReadersCheck.class
org.hibernate.testing.DialectChecks$SupportsParametersInInsertSelectCheck.class
org.hibernate.testing.async.TimedExecutor.class
org.hibernate.testing.async.ExecutableAdapter$ExceptionWrapper.class
org.hibernate.testing.async.ExecutableAdapter.class
org.hibernate.testing.async.Executable.class
org.hibernate.testing.env.TestingDatabaseInfo.class
org.hibernate.testing.env.ConnectionProviderBuilder$1.class
org.hibernate.testing.env.ConnectionProviderBuilder.class
org.hibernate.testing.logger.LogListener.class
org.hibernate.testing.logger.LogInspectionHelper.class
org.hibernate.testing.logger.TestableLoggerProvider.class
org.hibernate.testing.logger.Triggerable.class
org.hibernate.testing.logger.LoggerInspectionRule.class
org.hibernate.testing.logger.Log4DelegatingLogger.class
org.hibernate.testing.logger.Log4DelegatingLogger$1.class
org.hibernate.testing.logger.TriggerOnPrefixLogListener.class
org.hibernate.testing.boot.BasicTestingJdbcServiceImpl.class
org.hibernate.testing.boot.MetadataBuildingContextTestingImpl.class
org.hibernate.testing.boot.ClassLoaderAccessTestingImpl.class
org.hibernate.testing.boot.JdbcConnectionAccessImpl.class
org.hibernate.testing.boot.ServiceRegistryTestingImpl.class
org.hibernate.testing.boot.DialectFactoryTestingImpl.class
org.hibernate.testing.boot.MetadataBuildingContextTestingImpl$1.class
org.hibernate.testing.boot.ClassLoaderServiceTestingImpl.class
org.hibernate.testing.jta.TestingJtaPlatformImpl$1.class
org.hibernate.testing.jta.TestingJtaBootstrap.class
org.hibernate.testing.jta.JtaAwareConnectionProviderImpl$XAResourceWrapper.class
org.hibernate.testing.jta.TestingJtaPlatformImpl.class
org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.class
org.hibernate.testing.byteman.BytemanHelper.class
org.hibernate.testing.junit4.ClassLoadingIsolater$1.class
org.hibernate.testing.junit4.CustomRunner$2.class
org.hibernate.testing.junit4.CustomRunner.class
org.hibernate.testing.junit4.CustomRunner$MatcherInstantiationException.class
org.hibernate.testing.junit4.CustomParameterized.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$1.class
org.hibernate.testing.junit4.ClassLoadingIsolater$IsolatedClassLoaderProvider.class
org.hibernate.testing.junit4.InvalidMethodForAnnotationException.class
org.hibernate.testing.junit4.CustomParameterized$Order.class
org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase$RollbackWork.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase$RollbackWork.class
org.hibernate.testing.junit4.CustomParameterized$CustomRunnerForParameters.class
org.hibernate.testing.junit4.TestClassMetadata.class
org.hibernate.testing.junit4.CustomRunner$1.class
org.hibernate.testing.junit4.Helper.class
org.hibernate.testing.junit4.BeforeClassCallbackHandler.class
org.hibernate.testing.junit4.CallbackException.class
org.hibernate.testing.junit4.FailureExpectedHandler$FailureExpectedTestPassedException.class
org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.class
org.hibernate.testing.junit4.BaseUnitTestCase.class
org.hibernate.testing.junit4.TestClassMetadata$CallbackType.class
org.hibernate.testing.junit4.ExtraAssertions.class
org.hibernate.testing.junit4.ClassLoadingIsolater.class
org.hibernate.testing.junit4.ExtendedFrameworkMethod.class
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.class
org.hibernate.testing.junit4.CustomRunner$IgnoreImpl.class
org.hibernate.testing.junit4.FailureExpectedHandler.class
org.hibernate.testing.junit4.AfterClassCallbackHandler.class
org.hibernate.testing.cache.AbstractReadWriteAccessStrategy.class
org.hibernate.testing.cache.BaseRegionAccessStrategy.class
org.hibernate.testing.cache.ReadWriteNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.ReadOnlyNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.BaseNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.TransactionalCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.ReadWriteEntityRegionAccessStrategy.class
org.hibernate.testing.cache.NonstrictReadWriteNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.TransactionalNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.TransactionalEntityRegionAccessStrategy.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jboss-logging-3.3.0.Final.jar
/org.jboss.logging/jboss-logging/3.3.0.Final
查看jboss-logging所有版本文件
hibernate-core-5.0.6.Final.jar
/org.hibernate/hibernate-core/5.0.6.Final
查看hibernate-core所有版本文件
geronimo-jta_1.1_spec-1.1.1.jar
/org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
查看geronimo-jta_1.1_spec所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
byteman-2.1.2.jar
/org.jboss.byteman/byteman/2.1.2
查看byteman所有版本文件
byteman-install-2.1.2.jar
/org.jboss.byteman/byteman-install/2.1.2
查看byteman-install所有版本文件
byteman-bmunit-2.1.2.jar
/org.jboss.byteman/byteman-bmunit/2.1.2
查看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所有版本文件
|