See: Description
| Interface | Description |
|---|---|
| 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.
|
| EntityManagerFactoryScopeContainer |
The keystone in EntityManagerFactoryScopeExtension support.
|
| SessionFactoryAccess |
Contract for things that expose a SessionFactory
|
| SessionFactoryProducer |
Contract for something that can build a SessionFactory.
|
| SessionFactoryScopeContainer |
The keystone in SessionFactoryScopeExtension support.
|
| Class | Description |
|---|---|
| BaseUnitTest | |
| DialectFilterExtension |
JUnit 5 extension used to add
RequiresDialect and SkipForDialect
handling |
| EntityManagerFactoryBasedFunctionalTest | |
| EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl | |
| EntityManagerFactoryScope |
A scope or holder for the EntityManagerFactory instance associated with a given test class.
|
| EntityManagerFactoryScopeExtension |
The thing that actually manages lifecycle of the EntityManagerFactory related to a test class.
|
| SessionFactoryBasedFunctionalTest | |
| SessionFactoryScope |
A scope or holder fot the SessionFactory instance associated with a
given test class.
|
| SessionFactoryScopeExtension | |
| StandardTags |
| Annotation Type | Description |
|---|---|
| DatabaseAgnostic |
Meant to mark tests that should only be run on the default
testing database.
|
| FunctionalEntityManagerFactoryTesting |
Composite annotation for functional tests that require
a functioning EntityManagerFactory.
|
| FunctionalSessionFactoryTesting |
Composite annotation for functional tests that
require a functioning SessionFactory.
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.