Uses of Interface
org.hibernate.testing.orm.junit.ServiceRegistryScope
Packages that use ServiceRegistryScope
-
Uses of ServiceRegistryScope in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return ServiceRegistryScopeModifier and TypeMethodDescriptionstatic ServiceRegistryScopeServiceRegistryExtension.findServiceRegistryScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context) Methods in org.hibernate.testing.orm.junit with parameters of type ServiceRegistryScopeModifier and TypeMethodDescriptionvoidBaseSessionFactoryFunctionalTest.injectServiceRegistryScope(ServiceRegistryScope registryScope) voidServiceRegistryScopeAware.injectServiceRegistryScope(ServiceRegistryScope registryScope) Method parameters in org.hibernate.testing.orm.junit with type arguments of type ServiceRegistryScopeModifier and TypeMethodDescriptionstatic 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 ServiceRegistryScopeModifierConstructorDescriptionDomainModelScopeImpl(ServiceRegistryScope serviceRegistryScope, DomainModelProducer producer)