Package org.hibernate.service.spi
Interface SessionFactoryServiceRegistry
-
- All Superinterfaces:
java.lang.AutoCloseable,ServiceRegistry,ServiceRegistryImplementor
public interface SessionFactoryServiceRegistry extends ServiceRegistryImplementor
SpecializedServiceRegistryimplementation that holds services which need access to theSessionFactoryduring initialization.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
getParentServiceRegistry, getService, requireService
-
Methods inherited from interface org.hibernate.service.spi.ServiceRegistryImplementor
close, deRegisterChild, destroy, locateServiceBinding, registerChild
-
-