| Package | Description |
|---|---|
| org.hibernate.testing.junit5 |
Extensions based on the extension mechanism of JUnit 5 to support things like
`@FailureExcepted`, `@RequiresDialect`, etc.
|
| org.hibernate.testing.junit5.envers | |
| org.hibernate.testing.junit5.serviceregistry |
| Class and Description |
|---|
| BaseUnitTest |
| DialectAccess
Contract for things that expose a Dialect
|
| EntityManagerFactoryAccess
Contract for things that expose an EntityManagerFactory
|
| EntityManagerFactoryProducer
Contract for something that can build an EntityManagerFactory.
|
| EntityManagerFactoryScope
A scope or holder for the EntityManagerFactory instance associated with a given test class.
|
| EntityManagerFactoryScopeContainer
The keystone in EntityManagerFactoryScopeExtension support.
|
| FunctionalEntityManagerFactoryTesting
Composite annotation for functional tests that require
a functioning EntityManagerFactory.
|
| FunctionalSessionFactoryTesting
Composite annotation for functional tests that
require a functioning SessionFactory.
|
| SessionFactoryAccess
Contract for things that expose a SessionFactory
|
| SessionFactoryProducer
Contract for something that can build a SessionFactory.
|
| SessionFactoryScope
A scope or holder fot the SessionFactory instance associated with a
given test class.
|
| SessionFactoryScopeContainer
The keystone in SessionFactoryScopeExtension support.
|
| Class and Description |
|---|
| DialectAccess
Contract for things that expose a Dialect
|
| EntityManagerFactoryAccess
Contract for things that expose an EntityManagerFactory
|
| SessionFactoryAccess
Contract for things that expose a SessionFactory
|
| Class and Description |
|---|
| DialectAccess
Contract for things that expose a Dialect
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.