| Package | Description |
|---|---|
| org.hibernate.testing.junit5 |
Extensions based on the extension mechanism of JUnit 5 to support things like
`@FailureExcepted`, `@RequiresDialect`, etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected SessionFactoryScope |
SessionFactoryBasedFunctionalTest.sessionFactoryScope() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<SessionFactoryScope> |
SessionFactoryScopeExtension.findSessionFactoryScope(org.junit.jupiter.api.extension.ExtensionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionFactoryBasedFunctionalTest.injectSessionFactoryScope(SessionFactoryScope scope) |
void |
SessionFactoryScopeContainer.injectSessionFactoryScope(SessionFactoryScope scope)
Callback to inject the SessionFactoryScope into the container
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.