Uses of Interface
org.hibernate.service.spi.ServiceInitiator
Packages that use ServiceInitiator
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
An SPI for dealing with parameters of native queries.
This package defines some central internal SPI abstractions
used throughout the implementation of 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.
Implementation of the SPI for integrating pluggable services.
Defines an SPI for integrating pluggable services.
The built-in implementation of the statistics collection service.
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 ServiceInitiator in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.boot.registry
Subinterfaces of ServiceInitiator in org.hibernate.boot.registryModifier and TypeInterfaceDescriptioninterface
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 ServiceInitiatorModifier and TypeMethodDescription<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 ServiceInitiatorModifier 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. -
Uses of ServiceInitiator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement ServiceInitiatorModifier and TypeClassDescriptionclass
Instantiates and configures an appropriateConnectionProvider
.class
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 -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement ServiceInitiatorModifier and TypeClassDescriptionclass
Standard initiator for the standardDialectFactory
serviceclass
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 -
Uses of ServiceInitiator in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement ServiceInitiatorModifier 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 ServiceInitiator in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.engine.jndi.internal
Classes in org.hibernate.engine.jndi.internal that implement ServiceInitiatorModifier and TypeClassDescriptionfinal class
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 -
Uses of ServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement ServiceInitiatorModifier and TypeClassDescriptionclass
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.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement ServiceInitiatorModifier and TypeClassDescriptionclass
class
-
Uses of ServiceInitiator in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement ServiceInitiatorModifier and TypeClassDescriptionclass
Initiator for SqmMultiTableMutationStrategyProvider service -
Uses of ServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ServiceInitiatorModifier and TypeClassDescriptionclass
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 ServiceInitiatorModifier and TypeClassDescriptionclass
StandardServiceInitiator for initiating the TransactionCoordinatorBuilder service. -
Uses of ServiceInitiator in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement ServiceInitiatorMethods in org.hibernate.service.internal with parameters of type ServiceInitiatorModifier and TypeMethodDescriptionprotected <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.spiModifier and TypeInterfaceDescriptioninterface
SessionFactoryServiceInitiator<R extends Service>
Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistry
.Methods in org.hibernate.service.spi that return ServiceInitiatorModifier and TypeMethodDescription@Nullable ServiceInitiator<R>
ServiceBinding.getServiceInitiator()
Methods in org.hibernate.service.spi with parameters of type ServiceInitiatorModifier and TypeMethodDescription<R extends Service>
RServiceBinding.ServiceLifecycleOwner.initiateService
(ServiceInitiator<R> serviceInitiator) Constructors in org.hibernate.service.spi with parameters of type ServiceInitiatorModifierConstructorDescriptionServiceBinding
(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator) -
Uses of ServiceInitiator in org.hibernate.sql.ast.internal
Classes in org.hibernate.sql.ast.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement ServiceInitiator