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 ServiceRegistryScope
ServiceRegistryExtension.findServiceRegistryScope
(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context) Methods in org.hibernate.testing.orm.junit with parameters of type ServiceRegistryScopeModifier and TypeMethodDescriptionvoid
BaseSessionFactoryFunctionalTest.injectServiceRegistryScope
(ServiceRegistryScope registryScope) void
ServiceRegistryScopeAware.injectServiceRegistryScope
(ServiceRegistryScope registryScope) Method parameters in org.hibernate.testing.orm.junit with type arguments of type ServiceRegistryScopeModifier and TypeMethodDescriptionstatic 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 ServiceRegistryScopeModifierConstructorDescriptionDomainModelScopeImpl
(ServiceRegistryScope serviceRegistryScope, DomainModelProducer producer)