Package org.hibernate.service.spi
Interface ServiceRegistryAwareService
- All Known Implementing Classes:
DataSourceBasedMultiTenantConnectionProviderImpl
public interface ServiceRegistryAwareService
Allows services to be injected with the
ServiceRegistry
during configuration phase.-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectServices
(ServiceRegistryImplementor serviceRegistry) Callback to inject the registry.
-
Method Details
-
injectServices
Callback to inject the registry.- Parameters:
serviceRegistry
- The registry
-