Package org.hibernate.service.spi
Interface ServiceRegistryAwareService
-
- All Known Implementing Classes:
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
,BasicTestingJdbcServiceImpl
,ConnectionProviderDelegate
,DataSourceBasedMultiTenantConnectionProviderImpl
,org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
,JBossAppServerJtaPlatform
,SQLServerSnapshotIsolationConnectionProvider
,TestingJtaPlatformImpl
public interface ServiceRegistryAwareService
Allows services to be injected with theServiceRegistry
during configuration phase.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
injectServices(ServiceRegistryImplementor serviceRegistry)
Callback to inject the registry.
-
-
-
Method Detail
-
injectServices
void injectServices(ServiceRegistryImplementor serviceRegistry)
Callback to inject the registry.- Parameters:
serviceRegistry
- The registry
-
-