Uses of Interface
org.hibernate.service.spi.ServiceRegistryImplementor
Packages that use ServiceRegistryImplementor
Package
Description
Defines service registry contracts a program may use for
configuring Hibernate.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines SPI contracts for obtaining JDBC
Connection
s from a
provider implemented as a service.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI for integrating with container-provided implementations of JTA.
Defines an SPI for integration with CDI-like containers.
Defines an SPI for integrating pluggable services.
-
Uses of ServiceRegistryImplementor in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ServiceRegistryImplementorModifier and TypeMethodDescription@Nullable R
StandardServiceInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Initiates the managed service. -
Uses of ServiceRegistryImplementor in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type ServiceRegistryImplementorModifier and TypeMethodDescriptionDialect.getFallbackSchemaManagementTool
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) TheSchemaManagementTool
to use if none is explicitly specified. -
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi with parameters of type ServiceRegistryImplementorModifier and TypeMethodDescriptionvoid
DataSourceBasedMultiTenantConnectionProviderImpl.injectServices
(ServiceRegistryImplementor serviceRegistry) -
Uses of ServiceRegistryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ServiceRegistryImplementorModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getServiceRegistry()
SessionFactoryImplementor.getServiceRegistry()
Access to theServiceRegistry
for thisSessionFactory
. -
Uses of ServiceRegistryImplementor in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi with parameters of type ServiceRegistryImplementorModifier and TypeMethodDescriptionJtaPlatformResolver.resolveJtaPlatform
(Map<?, ?> configurationValues, ServiceRegistryImplementor registry) -
Uses of ServiceRegistryImplementor in org.hibernate.resource.beans.spi
Methods in org.hibernate.resource.beans.spi with parameters of type ServiceRegistryImplementorModifier and TypeMethodDescriptionManagedBeanRegistryInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor serviceRegistry) -
Uses of ServiceRegistryImplementor in org.hibernate.service.spi
Subinterfaces of ServiceRegistryImplementor in org.hibernate.service.spiModifier and TypeInterfaceDescriptioninterface
SpecializedServiceRegistry
implementation that holds services which need access to theSessionFactory
during initialization.Methods in org.hibernate.service.spi that return ServiceRegistryImplementorMethods in org.hibernate.service.spi with parameters of type ServiceRegistryImplementorModifier and TypeMethodDescriptionvoid
ServiceRegistryImplementor.deRegisterChild
(ServiceRegistryImplementor child) When a registry is created with a parent, the parent is notified of the child via this callback.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.