Package org.hibernate.service.spi
Interface ServiceRegistryAwareService
-
- All Known Implementing Classes:
AbstractJtaPlatform
,AtomikosJtaPlatform
,BasicTestingJdbcServiceImpl
,BitronixJtaPlatform
,BorlandEnterpriseServerJtaPlatform
,C3P0ConnectionProvider
,ConfigurationServiceImpl
,ConnectionProviderDelegate
,DataSourceBasedMultiTenantConnectionProviderImpl
,DialectFactoryImpl
,DriverManagerConnectionProviderImpl
,HibernateSchemaManagementTool
,JBossAppServerJtaPlatform
,JBossStandAloneJtaPlatform
,JdbcServicesImpl
,JOnASJtaPlatform
,JOTMJtaPlatform
,JRun4JtaPlatform
,JtaAwareConnectionProviderImpl
,JtaTransactionCoordinatorBuilderImpl
,OC4JJtaPlatform
,OrionJtaPlatform
,PersisterFactoryImpl
,PreparedStatementSpyConnectionProvider
,ProxoolConnectionProvider
,ResinJtaPlatform
,SapNetWeaverJtaPlatform
,SharedDriverManagerConnectionProviderImpl
,SQLServerSnapshotIsolationConnectionProvider
,SunOneJtaPlatform
,TestingJtaPlatformImpl
,TimeZoneConnectionProvider
,WeblogicJtaPlatform
,WebSphereExtendedJtaPlatform
,WebSphereJtaPlatform
,WebSphereLibertyJtaPlatform
,WildFlyStandAloneJtaPlatform
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
-
-