Uses of Interface
org.hibernate.service.spi.ServiceRegistryImplementor
-
Packages that use ServiceRegistryImplementor Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.engine.transaction.jta.platform.spi An SPI for integrating with container-provided implementations of JTA.org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.service.spi 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 ServiceRegistryImplementor Modifier and Type Method Description @Nullable RStandardServiceInitiator. 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 ServiceRegistryImplementor Modifier and Type Method Description SchemaManagementToolDialect. getFallbackSchemaManagementTool(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)TheSchemaManagementToolto use if none is explicitly specified.SchemaManagementToolDialectDelegateWrapper. getFallbackSchemaManagementTool(Map<String,Object> configurationValues, ServiceRegistryImplementor registry) -
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidDataSourceBasedMultiTenantConnectionProviderImpl. injectServices(ServiceRegistryImplementor serviceRegistry) -
Uses of ServiceRegistryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementorSessionFactoryDelegatingImpl. getServiceRegistry()ServiceRegistryImplementorSessionFactoryImplementor. getServiceRegistry()Access to the ServiceRegistry for this SessionFactory. -
Uses of ServiceRegistryImplementor in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description JtaPlatformJtaPlatformResolver. 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 ServiceRegistryImplementor Modifier and Type Method Description ManagedBeanRegistryManagedBeanRegistryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor serviceRegistry) -
Uses of ServiceRegistryImplementor in org.hibernate.service.spi
Subinterfaces of ServiceRegistryImplementor in org.hibernate.service.spi Modifier and Type Interface Description interfaceSessionFactoryServiceRegistrySpecializedServiceRegistryimplementation that holds services which need access to theSessionFactoryduring initialization.Methods in org.hibernate.service.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementorSessionFactoryServiceInitiatorContext. getServiceRegistry()Methods in org.hibernate.service.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidServiceRegistryImplementor. deRegisterChild(ServiceRegistryImplementor child)When a registry is created with a parent, the parent is notified of the child via this callback.voidServiceRegistryAwareService. injectServices(ServiceRegistryImplementor serviceRegistry)Callback to inject the registry.voidServiceRegistryImplementor. registerChild(ServiceRegistryImplementor child)When a registry is created with a parent, the parent is notified of the child via this callback.
-