Package org.hibernate.service.spi
Interface SessionFactoryServiceRegistry
-
- All Superinterfaces:
java.lang.AutoCloseable
,ServiceRegistry
,ServiceRegistryImplementor
public interface SessionFactoryServiceRegistry extends ServiceRegistryImplementor
SpecializedServiceRegistry
implementation that holds services which need access to theSessionFactory
during 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
-
-