Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
-
-
Uses of StandardServiceInitiator in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement StandardServiceInitiator Modifier and Type Class Description class
CfgXmlAccessServiceInitiator
-
Uses of StandardServiceInitiator in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement StandardServiceInitiator Modifier and Type Class Description class
DefaultSessionFactoryBuilderInitiator
-
Uses of StandardServiceInitiator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StandardServiceInitiator Modifier and Type Method Description StandardServiceRegistryBuilder
StandardServiceRegistryBuilder. addInitiator(StandardServiceInitiator<?> initiator)
Adds a service initiator.Constructor parameters in org.hibernate.boot.registry with type arguments of type StandardServiceInitiator Constructor Description StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String,Object> settings, ConfigLoader loader, LoadedConfig loadedConfig, List<StandardServiceInitiator<?>> initiators)
Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list. -
Uses of StandardServiceInitiator in org.hibernate.boot.registry.internal
Method parameters in org.hibernate.boot.registry.internal with type arguments of type StandardServiceInitiator Modifier and Type Method Description void
StandardServiceRegistryImpl. resetAndReactivate(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<?,?> configurationValues)
Not intended for general use.Constructor parameters in org.hibernate.boot.registry.internal with type arguments of type StandardServiceInitiator Constructor Description StandardServiceRegistryImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)
Constructs a StandardServiceRegistryImpl.StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)
Constructs a StandardServiceRegistryImpl. -
Uses of StandardServiceInitiator in org.hibernate.bytecode.internal
Classes in org.hibernate.bytecode.internal that implement StandardServiceInitiator 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.Fields in org.hibernate.bytecode.internal declared as StandardServiceInitiator Modifier and Type Field Description static StandardServiceInitiator<BytecodeProvider>
BytecodeProviderInitiator. INSTANCE
Singleton accessstatic StandardServiceInitiator<ProxyFactoryFactory>
ProxyFactoryFactoryInitiator. INSTANCE
Singleton access -
Uses of StandardServiceInitiator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement StandardServiceInitiator Modifier and Type Class Description class
RegionFactoryInitiator
Initiator for theRegionFactory
service. -
Uses of StandardServiceInitiator in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement StandardServiceInitiator Modifier and Type Class Description class
ConfigurationServiceInitiator
The ServiceInitiator for the ConfigurationService -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement StandardServiceInitiator Modifier and Type Class Description class
BatchBuilderInitiator
Initiator for theBatchBuilder
service -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement StandardServiceInitiator Modifier and Type Class Description class
ConnectionProviderInitiator
Instantiates and configures an appropriateConnectionProvider
.class
MultiTenantConnectionProviderInitiator
A service initiator for theMultiTenantConnectionProvider
service. -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.cursor.internal
Classes in org.hibernate.engine.jdbc.cursor.internal that implement StandardServiceInitiator Modifier and Type Class Description class
RefCursorSupportInitiator
Service initiator for RefCursorSupport service -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement StandardServiceInitiator Modifier and Type Class Description class
DialectFactoryInitiator
Standard initiator for the standardDialectFactory
serviceclass
DialectResolverInitiator
Standard initiator for theDialectResolver
service -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement StandardServiceInitiator Modifier and Type Class Description class
JdbcEnvironmentInitiator
-
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement StandardServiceInitiator Modifier and Type Class Description class
JdbcServicesInitiator
Standard initiator for the standardJdbcServices
service TODO : should this maybe be a SessionFactory service? -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement StandardServiceInitiator Modifier and Type Class Description class
MutationExecutorServiceInitiator
Initiator for theMutationExecutorService
service -
Uses of StandardServiceInitiator in org.hibernate.engine.jndi.internal
Classes in org.hibernate.engine.jndi.internal that implement StandardServiceInitiator Modifier and Type Class Description class
JndiServiceInitiator
Standard initiator for the standardJndiService
service -
Uses of StandardServiceInitiator in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement StandardServiceInitiator Modifier and Type Class Description class
JtaPlatformInitiator
Standard initiator for the standardJtaPlatform
class
JtaPlatformResolverInitiator
-
Uses of StandardServiceInitiator in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement StandardServiceInitiator Modifier and Type Class Description class
EnversServiceInitiator
-
Uses of StandardServiceInitiator in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement StandardServiceInitiator 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 StandardServiceInitiator in org.hibernate.id.factory.internal
Classes in org.hibernate.id.factory.internal that implement StandardServiceInitiator Modifier and Type Class Description class
StandardIdentifierGeneratorFactoryInitiator
-
Uses of StandardServiceInitiator in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement StandardServiceInitiator Modifier and Type Class Description class
PersisterClassResolverInitiator
class
PersisterFactoryInitiator
-
Uses of StandardServiceInitiator in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement StandardServiceInitiator Modifier and Type Class Description class
PropertyAccessStrategyResolverInitiator
-
Uses of StandardServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement StandardServiceInitiator Modifier and Type Class Description class
ManagedBeanRegistryInitiator
Hibernate's standard initializer for theManagedBeanRegistry
service. -
Uses of StandardServiceInitiator in org.hibernate.resource.transaction.internal
Classes in org.hibernate.resource.transaction.internal that implement StandardServiceInitiator Modifier and Type Class Description class
TransactionCoordinatorBuilderInitiator
StandardServiceInitiator for initiating the TransactionCoordinatorBuilder service. -
Uses of StandardServiceInitiator in org.hibernate.service
Fields in org.hibernate.service with type parameters of type StandardServiceInitiator Modifier and Type Field Description static List<StandardServiceInitiator<?>>
StandardServiceInitiators. LIST
-
Uses of StandardServiceInitiator in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement StandardServiceInitiator Modifier and Type Class Description class
SessionFactoryServiceRegistryFactoryInitiator
-
Uses of StandardServiceInitiator in org.hibernate.testing.boot
Constructor parameters in org.hibernate.testing.boot with type arguments of type StandardServiceInitiator Constructor Description ServiceRegistryTestingImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)
-
Uses of StandardServiceInitiator in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return types with arguments of type StandardServiceInitiator Modifier and Type Method Description Class<? extends StandardServiceInitiator>[]
initiators()
-
Uses of StandardServiceInitiator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement StandardServiceInitiator Modifier and Type Class Description class
SchemaManagementToolInitiator
-
Uses of StandardServiceInitiator in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement StandardServiceInitiator Modifier and Type Class Description class
SqlScriptExtractorInitiator
-