| Package | Description |
|---|---|
| org.hibernate.testing.orm.junit |
| Modifier and Type | Method and Description |
|---|---|
static ServiceRegistryScope |
ServiceRegistryExtension.findServiceRegistryScope(Object testInstance,
org.junit.jupiter.api.extension.ExtensionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRegistryScopeAware.injectServiceRegistryScope(ServiceRegistryScope registryScope) |
void |
BaseSessionFactoryFunctionalTest.injectServiceRegistryScope(ServiceRegistryScope registryScope) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceRegistryScope.using(Supplier<org.hibernate.boot.registry.StandardServiceRegistry> ssrProducer,
Consumer<ServiceRegistryScope> action)
Generalized support for running exception-safe code using a ServiceRegistry to
ensure proper shutdown
|
| Constructor and Description |
|---|
DomainModelScopeImpl(ServiceRegistryScope serviceRegistryScope,
DomainModelProducer producer) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.