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