Uses of Interface
org.hibernate.service.spi.ServiceInitiator
-
-
Uses of ServiceInitiator in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement ServiceInitiator Modifier and Type Class Description class
CfgXmlAccessServiceInitiator
-
Uses of ServiceInitiator in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ServiceInitiator Modifier and Type Class Description class
DefaultSessionFactoryBuilderInitiator
-
Uses of ServiceInitiator in org.hibernate.boot.registry
Subinterfaces of ServiceInitiator in org.hibernate.boot.registry Modifier and Type Interface Description interface
StandardServiceInitiator<R extends Service>
Contract for an initiator of services that target the standardServiceRegistry
. -
Uses of ServiceInitiator in org.hibernate.boot.registry.internal
Methods in org.hibernate.boot.registry.internal with parameters of type ServiceInitiator Modifier and Type Method Description <R extends Service>
RBootstrapServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)
<R extends Service>
RStandardServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)
-
Uses of ServiceInitiator in org.hibernate.bytecode.internal
Classes in org.hibernate.bytecode.internal that implement ServiceInitiator Modifier and Type Class Description class
BytecodeProviderInitiator
class
ProxyFactoryFactoryInitiator
Most commonly theProxyFactoryFactory
will depend directly on the chosenBytecodeProvider
, however by registering them as two separate services we can allow to override either one or both of them. -
Uses of ServiceInitiator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement ServiceInitiator Modifier and Type Class Description class
RegionFactoryInitiator
Initiator for theRegionFactory
service. -
Uses of ServiceInitiator in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement ServiceInitiator Modifier and Type Class Description class
ConfigurationServiceInitiator
The ServiceInitiator for the ConfigurationService -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement ServiceInitiator Modifier and Type Class Description class
BatchBuilderInitiator
Initiator for theBatchBuilder
service -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement ServiceInitiator Modifier and Type Class Description class
ConnectionProviderInitiator
Instantiates and configures an appropriateConnectionProvider
.class
MultiTenantConnectionProviderInitiator
A service initiator for theMultiTenantConnectionProvider
service. -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.cursor.internal
Classes in org.hibernate.engine.jdbc.cursor.internal that implement ServiceInitiator Modifier and Type Class Description class
RefCursorSupportInitiator
Service initiator for RefCursorSupport service -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement ServiceInitiator Modifier and Type Class Description class
DialectFactoryInitiator
Standard initiator for the standardDialectFactory
serviceclass
DialectResolverInitiator
Standard initiator for theDialectResolver
service -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement ServiceInitiator Modifier and Type Class Description class
JdbcEnvironmentInitiator
-
Uses of ServiceInitiator in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement ServiceInitiator Modifier and Type Class Description class
JdbcServicesInitiator
Standard initiator for the standardJdbcServices
service TODO : should this maybe be a SessionFactory service? -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement ServiceInitiator Modifier and Type Class Description class
MutationExecutorServiceInitiator
Initiator for theMutationExecutorService
service -
Uses of ServiceInitiator in org.hibernate.engine.jndi.internal
Classes in org.hibernate.engine.jndi.internal that implement ServiceInitiator Modifier and Type Class Description class
JndiServiceInitiator
Standard initiator for the standardJndiService
service -
Uses of ServiceInitiator in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement ServiceInitiator Modifier and Type Class Description class
NativeQueryInterpreterInitiator
-
Uses of ServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ServiceInitiator Modifier and Type Class Description class
CacheInitiator
Initiator for second level cache support -
Uses of ServiceInitiator in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement ServiceInitiator Modifier and Type Class Description class
JtaPlatformInitiator
Standard initiator for the standardJtaPlatform
class
JtaPlatformResolverInitiator
-
Uses of ServiceInitiator in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement ServiceInitiator Modifier and Type Class Description class
EnversServiceInitiator
-
Uses of ServiceInitiator in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement ServiceInitiator Modifier and Type Class Description class
EntityCopyObserverFactoryInitiator
Looks for the configuration property "hibernate.event.merge.entity_copy_observer" and registers the matchingEntityCopyObserverFactory
based on the configuration value. -
Uses of ServiceInitiator in org.hibernate.id.factory.internal
Classes in org.hibernate.id.factory.internal that implement ServiceInitiator Modifier and Type Class Description class
StandardIdentifierGeneratorFactoryInitiator
-
Uses of ServiceInitiator in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement ServiceInitiator Modifier and Type Class Description class
PersisterClassResolverInitiator
class
PersisterFactoryInitiator
-
Uses of ServiceInitiator in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement ServiceInitiator Modifier and Type Class Description class
PropertyAccessStrategyResolverInitiator
-
Uses of ServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ServiceInitiator Modifier and Type Class Description class
ManagedBeanRegistryInitiator
Hibernate's standard initializer for theManagedBeanRegistry
service. -
Uses of ServiceInitiator in org.hibernate.resource.transaction.internal
Classes in org.hibernate.resource.transaction.internal that implement ServiceInitiator Modifier and Type Class Description class
TransactionCoordinatorBuilderInitiator
StandardServiceInitiator for initiating the TransactionCoordinatorBuilder service. -
Uses of ServiceInitiator in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement ServiceInitiator Modifier and Type Class Description class
SessionFactoryServiceRegistryFactoryInitiator
Methods in org.hibernate.service.internal with parameters of type ServiceInitiator Modifier and Type Method Description protected <R extends Service>
voidAbstractServiceRegistryImpl. createServiceBinding(ServiceInitiator<R> initiator)
<R extends Service>
RSessionFactoryServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)
-
Uses of ServiceInitiator in org.hibernate.service.spi
Subinterfaces of ServiceInitiator in org.hibernate.service.spi Modifier and Type Interface Description interface
SessionFactoryServiceInitiator<R extends Service>
Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistry
Methods in org.hibernate.service.spi that return ServiceInitiator Modifier and Type Method Description ServiceInitiator<R>
ServiceBinding. getServiceInitiator()
Methods in org.hibernate.service.spi with parameters of type ServiceInitiator Modifier and Type Method Description <R extends Service>
RServiceBinding.ServiceLifecycleOwner. initiateService(ServiceInitiator<R> serviceInitiator)
Constructors in org.hibernate.service.spi with parameters of type ServiceInitiator Constructor Description ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator)
-
Uses of ServiceInitiator in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement ServiceInitiator Modifier and Type Class Description class
StatisticsInitiator
-
Uses of ServiceInitiator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement ServiceInitiator Modifier and Type Class Description class
SchemaManagementToolInitiator
-
Uses of ServiceInitiator in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement ServiceInitiator Modifier and Type Class Description class
SqlScriptExtractorInitiator
-