Interface ServiceRegistryAwareService

All Known Implementing Classes:
AbstractJtaPlatform, AtomikosJtaPlatform, ConfigurationServiceImpl, DataSourceBasedMultiTenantConnectionProviderImpl, DialectFactoryImpl, DriverManagerConnectionProviderImpl, GlassFishJtaPlatform, HibernateSchemaManagementTool, JBossAppServerJtaPlatform, JBossStandAloneJtaPlatform, JdbcServicesImpl, JtaTransactionCoordinatorBuilderImpl, PersisterFactoryImpl, ResinJtaPlatform, WeblogicJtaPlatform, WebSphereLibertyJtaPlatform, WildFlyStandAloneJtaPlatform

public interface ServiceRegistryAwareService
Allows services to be injected with the ServiceRegistry during configuration phase.
  • Method Details

    • injectServices

      void injectServices(ServiceRegistryImplementor serviceRegistry)
      Callback to inject the registry.
      Parameters:
      serviceRegistry - The registry