Package org.hibernate.testing.orm.junit
Interface ServiceRegistryScope
-
public interface ServiceRegistryScope
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <R,S extends Service>
RfromService(Class<S> role, Function<S,R> action)
StandardServiceRegistry
getRegistry()
static void
using(Supplier<StandardServiceRegistry> ssrProducer, Consumer<ServiceRegistryScope> action)
Generalized support for running exception-safe code using a ServiceRegistry to ensure proper shutdowndefault <S extends Service>
voidwithService(Class<S> role, Consumer<S> action)
-
-
-
Method Detail
-
using
static void using(Supplier<StandardServiceRegistry> ssrProducer, Consumer<ServiceRegistryScope> action)
Generalized support for running exception-safe code using a ServiceRegistry to ensure proper shutdown
-
getRegistry
StandardServiceRegistry getRegistry()
-
-