Package org.hibernate.boot.registry
Interface BootstrapServiceRegistry
-
- All Superinterfaces:
java.lang.AutoCloseable
,ServiceRegistry
public interface BootstrapServiceRegistry extends ServiceRegistry
Provides the most basic services needed. Class loading, etc. Specialized mainly for type safety.- See Also:
BootstrapServiceRegistryBuilder
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
close, getParentServiceRegistry, getService, requireService
-
-