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 ServiceRegistryScopeServiceRegistryExtension. 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 voidBaseSessionFactoryFunctionalTest. injectServiceRegistryScope(ServiceRegistryScope registryScope)voidServiceRegistryScopeAware. injectServiceRegistryScope(ServiceRegistryScope registryScope)Method parameters in org.hibernate.testing.orm.junit with type arguments of type ServiceRegistryScope Modifier and Type Method Description static voidServiceRegistryScope. using(Supplier<org.hibernate.boot.registry.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)
-