| Name | Description | Type | Package | Framework |
| AfterClassCallbackHandler | Class | org.hibernate.testing.junit4 | Hibernate ORM | |
| AfterClassOnce | Annotation used to mark a method which should be run once after the last test execution for the given class. | Class | org.hibernate.testing | Hibernate ORM |
| BaseCoreFunctionalTestCase | Class | org.hibernate.testing.junit4 | Hibernate ORM | |
| BaseUnitTestCase | The base unit test adapter. | Class | org.hibernate.testing.junit4 | Hibernate ORM |
| BeforeClassCallbackHandler | Class | org.hibernate.testing.junit4 | Hibernate ORM | |
| BeforeClassOnce | Annotation used to mark a method which should be run once before the first test execution for the given class. | Class | org.hibernate.testing | Hibernate ORM |
| BytemanHelper | Class | org.hibernate.testing.byteman | Hibernate ORM | |
| CachingRegionFactory | Class | org.hibernate.testing.cache | Hibernate ORM | |
| CallbackException | Indicates an exception while performing a callback on the testSee Also:Serialized Form | Class | org.hibernate.testing.junit4 | Hibernate ORM |
| ClassLoadingIsolater | Class | org.hibernate.testing.junit4 | Hibernate ORM | |
| ClassLoadingIsolater .IsolatedClassLoaderProvider | Interface | org.hibernate.testing.junit4.ClassLoadingIsolater | Hibernate ORM | |
| ConnectionProviderBuilder | Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) testsConstructor SummaryConnectionProviderBuilder() | Class | org.hibernate.testing.env | Hibernate ORM |
| DialectCheck | Defines a means to check Dialect features for use in test protection checks. | Interface | org.hibernate.testing | Hibernate ORM |
| DialectChecks | Container class for different implementation of the DialectCheck interface. | Class | org.hibernate.testing | Hibernate ORM |
| DialectChecks .CaseSensitiveCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .DoesReadCommittedCauseWritersToBlockReadersCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .DoesReadCommittedNotCauseWritersToBlockReadersCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .DoesRepeatableReadCauseReadersToBlockWritersCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .DoesRepeatableReadNotCauseReadersToBlockWritersCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .HasSelfReferentialForeignKeyBugCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportLimitAndOffsetCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportLimitCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportNotNullUnique | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsCircularCascadeDeleteCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsColumnCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsEmptyInListCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsExistsInSelectCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsExpectedLobUsagePattern | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsIdentityColumns | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsLobValueChangePropogation | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsLockTimeouts | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsParametersInInsertSelectCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsResultSetPositioningOnForwardOnlyCursorCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsRowValueConstructorSyntaxInInListCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsSequences | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportSubqueryAsLeftHandSideInPredicate | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| DialectChecks .SupportsUnboundedLobLocatorMaterializationCheck | Constructor SummaryDialectChecks. | Class | org.hibernate.testing.DialectChecks | Hibernate ORM |
| Executable | Something we want to perform with protection to time it out. | Interface | org.hibernate.testing.async | Hibernate ORM |
| ExecutableAdapter | Class | org.hibernate.testing.async | Hibernate ORM | |
| ExecutableAdapter .ExceptionWrapper | See Also:Serialized FormConstructor SummaryExecutableAdapter. | Class | org.hibernate.testing.async.ExecutableAdapter | Hibernate ORM |
| ExtendedFrameworkMethod | Defines an extension to the standard JUnit FrameworkMethod information about a test method. | Class | org.hibernate.testing.junit4 | Hibernate ORM |
| ExtraAssertions | Class | org.hibernate.testing.junit4 | Hibernate ORM | |
| FailureExpected | Annotation used to mark a test as an expected failure. | Class | org.hibernate.testing | Hibernate ORM |
| Helper | Class | org.hibernate.testing.junit4 | Hibernate ORM | |
| InvalidMethodForAnnotationException | Indicates that an annotations was attached to a method incorrectly. | Class | org.hibernate.testing.junit4 | Hibernate ORM |
| JtaAwareConnectionProviderImpl | A DataSource implementation intended for testing Hibernate/JTA interaction. | Class | org.hibernate.testing.jta | Hibernate ORM |
| JtaAwareConnectionProviderImpl .XAResourceWrapper | Fields inherited from interface javax. | Class | org.hibernate.testing.jta.JtaAwareConnectionProviderImpl | Hibernate ORM |
| RequiresDialect | Annotation used to indicate that a test should be run only when run against the indicated dialects. | Class | org.hibernate.testing | Hibernate ORM |
| RequiresDialectFeature | Annotation used to indicate that a test should be run only when the current dialect supports theRequired Element Summary | Class | org.hibernate.testing | Hibernate ORM |
| ServiceRegistryBuilder | Class | org.hibernate.testing | Hibernate ORM | |
| Skip | An annotation, used in combination with Skip. | Class | org.hibernate.testing | Hibernate ORM |
| Skip .AlwaysSkip | Constructor SummarySkip. | Class | org.hibernate.testing.Skip | Hibernate ORM |
| Skip .Matcher | Interface | org.hibernate.testing.Skip | Hibernate ORM | |
| SkipForDialect | Annotation used to indicate that a test should be skipped when run against the indicated dialects. | Class | org.hibernate.testing | Hibernate ORM |
| SkipLog | Well-known-location lookup for the test-skip log. | Class | org.hibernate.testing | Hibernate ORM |
| TestClassMetadata | Metadata about various types of callback methods on a given test class. | Class | org.hibernate.testing.junit4 | Hibernate ORM |
| TestForIssue | A documentation annotation for notating what JIRA issue is being tested. | Class | org.hibernate.testing | Hibernate ORM |
| TestingJtaBootstrap | Class | org.hibernate.testing.jta | Hibernate ORM | |
| TestingJtaPlatformImpl | A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality. | Class | org.hibernate.testing.jta | Hibernate ORM |
| TimedExecutor | Class | org.hibernate.testing.async | Hibernate ORM | |
| Timestamper | Generates increasing identifiers (in a single VM only). | Class | org.hibernate.testing.cache | Hibernate ORM |