Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
Packages that use StandardServiceInitiator
Package
Description
Implementation of the service for processing and handling
cfg.xml
files.Defines service registry contracts a program may use for
configuring Hibernate.
The internals for building service registries.
Internal implementations and support for second-level caching.
The built-in implementation of the configuration service.
Internals for JDBC batching support.
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.Internals for JDBC REF_CURSOR support.
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Internals for supporting various aspects of JDBC interaction
Internal contracts defining the JNDI support within Hibernate
A range of container-specific implementations of
JtaPlatform
.This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Built-in implementation of the SPI for integrating entity and collection persisters.
Contains various implementations of
PropertyAccessStrategy
.Defines an SPI for integration with CDI-like containers.
Internal implementation details for the resource-level transaction capabilities of Hibernate.
Defines a framework for pluggable services,
allowing for customization of key components of Hibernate, and abstraction of these
components as SPI interfaces.
Implementation of the SPI for integrating pluggable services.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for reading SQL scripts supplied to the schema tooling.
-
Uses of StandardServiceInitiator in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StandardServiceInitiatorModifier and TypeMethodDescriptionStandardServiceRegistryBuilder.addInitiator
(StandardServiceInitiator<?> initiator) Adds a service initiator.Constructor parameters in org.hibernate.boot.registry with type arguments of type StandardServiceInitiatorModifierConstructorDescriptionprotected
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 StandardServiceInitiatorModifier and TypeMethodDescriptionprotected void
StandardServiceRegistryImpl.applyServiceRegistrations
(List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices) static StandardServiceRegistryImpl
StandardServiceRegistryImpl.create
(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) Constructs a StandardServiceRegistryImpl.static StandardServiceRegistryImpl
StandardServiceRegistryImpl.create
(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) Constructs a StandardServiceRegistryImpl.void
StandardServiceRegistryImpl.resetAndReactivate
(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<?, ?> configurationValues) Not intended for general use. -
Uses of StandardServiceInitiator in org.hibernate.bytecode.internal
Classes in org.hibernate.bytecode.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionfinal class
final class
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 StandardServiceInitiatorModifier and TypeFieldDescriptionstatic final StandardServiceInitiator<BytecodeProvider>
BytecodeProviderInitiator.INSTANCE
Singleton accessstatic final StandardServiceInitiator<ProxyFactoryFactory>
ProxyFactoryFactoryInitiator.INSTANCE
Singleton access -
Uses of StandardServiceInitiator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
Instantiates and configures an appropriateConnectionProvider
.class
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 -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
Standard initiator for the standardDialectFactory
serviceclass
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 -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
Standard initiator for the standardJdbcServices
service TODO : should this maybe be a SessionFactory service?class
TheSqlStatementLogger
is accessible viaJdbcServices
, but during service initialization, it might be needed before theJdbcServices
service is initialized. -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.engine.jndi.internal
Classes in org.hibernate.engine.jndi.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionfinal class
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 -
Uses of StandardServiceInitiator in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
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.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
class
-
Uses of StandardServiceInitiator in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
Initiator for SqmMultiTableMutationStrategyProvider service -
Uses of StandardServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement StandardServiceInitiatorModifier and TypeClassDescriptionclass
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 StandardServiceInitiatorModifier and TypeClassDescriptionclass
StandardServiceInitiator for initiating the TransactionCoordinatorBuilder service. -
Uses of StandardServiceInitiator in org.hibernate.service
Fields in org.hibernate.service with type parameters of type StandardServiceInitiatorModifier and TypeFieldDescriptionstatic final List<StandardServiceInitiator<?>>
StandardServiceInitiators.LIST
-
Uses of StandardServiceInitiator in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.sql.ast.internal
Classes in org.hibernate.sql.ast.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.testing.boot
Method parameters in org.hibernate.testing.boot with type arguments of type StandardServiceInitiatorModifier and TypeMethodDescriptionstatic ServiceRegistryTestingImpl
ServiceRegistryTestingImpl.create
(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) -
Uses of StandardServiceInitiator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement StandardServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement StandardServiceInitiator