Package org.hibernate.boot.registry
Interface BootstrapServiceRegistry
-
- All Superinterfaces:
AutoCloseable
,ServiceRegistry
- All Known Implementing Classes:
BootstrapServiceRegistryImpl
public interface BootstrapServiceRegistry extends ServiceRegistry
Provides the most basic services such as class loading. Other configuration-time objects such asMetadataSources
,StandardServiceRegistryBuilder
, andConfiguration
all depend on an instance ofBootstrapServiceRegistry
.An instance may be obtained using
BootstrapServiceRegistryBuilder.build()
.Specialized from
ServiceRegistry
mainly for type safety.- See Also:
BootstrapServiceRegistryBuilder
-
-
Method Summary
-
Methods inherited from interface org.hibernate.service.ServiceRegistry
close, getParentServiceRegistry, getService, requireService
-
-