Uses of Interface
org.hibernate.testing.orm.junit.ServiceRegistryScope
-
Packages that use ServiceRegistryScope Package Description org.hibernate.testing.orm.junit -
-
Uses of ServiceRegistryScope in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return ServiceRegistryScope Modifier and Type Method Description static ServiceRegistryScope
ServiceRegistryExtension. findServiceRegistryScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
Methods in org.hibernate.testing.orm.junit with parameters of type ServiceRegistryScope Modifier and Type Method Description void
BaseSessionFactoryFunctionalTest. injectServiceRegistryScope(ServiceRegistryScope registryScope)
void
ServiceRegistryScopeAware. injectServiceRegistryScope(ServiceRegistryScope registryScope)
Method parameters in org.hibernate.testing.orm.junit with type arguments of type ServiceRegistryScope Modifier and Type Method Description static void
ServiceRegistryScope. using(Supplier<StandardServiceRegistry> ssrProducer, Consumer<ServiceRegistryScope> action)
Generalized support for running exception-safe code using a ServiceRegistry to ensure proper shutdownConstructors in org.hibernate.testing.orm.junit with parameters of type ServiceRegistryScope Constructor Description DomainModelScopeImpl(ServiceRegistryScope serviceRegistryScope, DomainModelProducer producer)
-