Modifier and Type | Method and Description |
---|---|
RegionFactory |
RegionFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
BatchBuilder |
BatchBuilderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JdbcServices |
JdbcServicesInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
JdbcServicesImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryImplementor |
SessionFactoryImplementor.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
TransactionFactory |
TransactionFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
MutableIdentifierGeneratorFactory |
MutableIdentifierGeneratorFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
DefaultIdentifierGeneratorFactory.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryImplementor |
SessionFactoryImpl.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
PersisterFactory |
PersisterFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
PersisterClassResolver |
PersisterClassResolverInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
PersisterFactoryImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ConfigurationService |
ConfigurationServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
ConfigurationServiceImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceRegistryImpl |
class |
BootstrapServiceRegistryImpl
ServiceRegistry implementation containing specialized "bootstrap" services, specifically:
ClassLoaderService
IntegratorService
|
class |
SessionFactoryServiceRegistryImpl |
class |
StandardServiceRegistryImpl
Hibernate implementation of the standard service registry.
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapServiceRegistryImpl.deRegisterChild(ServiceRegistryImplementor child) |
void |
AbstractServiceRegistryImpl.deRegisterChild(ServiceRegistryImplementor child) |
SessionFactoryServiceRegistryFactoryImpl |
SessionFactoryServiceRegistryFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
BootstrapServiceRegistryImpl.registerChild(ServiceRegistryImplementor child) |
void |
AbstractServiceRegistryImpl.registerChild(ServiceRegistryImplementor child) |
Constructor and Description |
---|
AbstractServiceRegistryImpl(ServiceRegistryImplementor parent) |
AbstractServiceRegistryImpl(ServiceRegistryImplementor parent,
boolean autoCloseRegistry) |
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry) |
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
Configuration configuration) |
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata) |
Modifier and Type | Method and Description |
---|---|
MultiTenantConnectionProvider |
MultiTenantConnectionProviderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
ConnectionProvider |
ConnectionProviderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
DriverManagerConnectionProviderImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceBasedMultiTenantConnectionProviderImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
DialectResolver |
DialectResolverInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
DialectFactory |
DialectFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JmxService |
JmxServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JndiService |
JndiServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
JtaPlatformInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
AbstractJtaPlatform.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFactoryServiceRegistry
Specialized
ServiceRegistry implementation that holds services which need access
to the SessionFactory during initialization. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryImplementor.deRegisterChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child
via this callback.
|
R |
BasicServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
void |
ServiceRegistryAwareService.injectServices(ServiceRegistryImplementor serviceRegistry)
Callback to inject the registry.
|
void |
ServiceRegistryImplementor.registerChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child
via this callback.
|
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.