Package org.hibernate.service.spi
Interface ServiceRegistryAwareService
-
- All Known Implementing Classes:
DataSourceBasedMultiTenantConnectionProviderImpl
public interface ServiceRegistryAwareServiceAllows services to be injected with theServiceRegistryduring configuration phase.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectServices(ServiceRegistryImplementor serviceRegistry)Callback to inject the registry.
-
-
-
Method Detail
-
injectServices
void injectServices(ServiceRegistryImplementor serviceRegistry)
Callback to inject the registry.- Parameters:
serviceRegistry- The registry
-
-