Uses of Interface
org.hibernate.service.spi.ServiceRegistryImplementor
-
-
Uses of ServiceRegistryImplementor in org.hibernate.boot.cfgxml.internal
Methods in org.hibernate.boot.cfgxml.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description CfgXmlAccessService
CfgXmlAccessServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description SessionFactoryBuilderService
DefaultSessionFactoryBuilderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ServiceRegistryImplementor Modifier and Type Method Description R
StandardServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Initiates the managed service. -
Uses of ServiceRegistryImplementor in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.internal that implement ServiceRegistryImplementor Modifier and Type Class Description class
BootstrapServiceRegistryImpl
ServiceRegistry
implementation containing specialized "bootstrap" services, specifically:ClassLoaderService
IntegratorService
StrategySelector
class
StandardServiceRegistryImpl
Standard Hibernate implementation of the standard service registry.Methods in org.hibernate.boot.registry.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
BootstrapServiceRegistryImpl. deRegisterChild(ServiceRegistryImplementor child)
void
BootstrapServiceRegistryImpl. registerChild(ServiceRegistryImplementor child)
-
Uses of ServiceRegistryImplementor in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description BytecodeProvider
BytecodeProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
ProxyFactoryFactory
ProxyFactoryFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.c3p0.internal
Methods in org.hibernate.c3p0.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
C3P0ConnectionProvider. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description protected RegionFactory
RegionFactoryInitiator. getFallback(Map<?,?> configurationValues, ServiceRegistryImplementor registry)
RegionFactory
RegionFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
protected RegionFactory
RegionFactoryInitiator. resolveRegionFactory(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type ServiceRegistryImplementor Modifier and Type Method Description SchemaManagementTool
Dialect. getFallbackSchemaManagementTool(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
The SchemaManagementTool to use if none explicitly specified. -
Uses of ServiceRegistryImplementor in org.hibernate.engine.config.internal
Methods in org.hibernate.engine.config.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description ConfigurationService
ConfigurationServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
ConfigurationServiceImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.batch.internal
Methods in org.hibernate.engine.jdbc.batch.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description BatchBuilder
BatchBuilderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description org.hibernate.engine.jdbc.connections.internal.ConnectionCreator
ConnectionCreatorFactoryImpl. create(Driver driver, ServiceRegistryImplementor serviceRegistry, String url, Properties connectionProps, Boolean autoCommit, Integer isolation, String initSql, Map<String,Object> configurationValues)
ConnectionProvider
ConnectionProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
MultiTenantConnectionProvider
MultiTenantConnectionProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
DriverManagerConnectionProviderImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
Constructors in org.hibernate.engine.jdbc.connections.internal with parameters of type ServiceRegistryImplementor Constructor Description BasicConnectionCreator(ServiceRegistryImplementor serviceRegistry, String url, Properties connectionProps, boolean autocommit, Integer isolation, String initSql)
DriverConnectionCreator(Driver driver, ServiceRegistryImplementor serviceRegistry, String url, Properties connectionProps, Boolean autocommit, Integer isolation, String initSql)
DriverManagerConnectionCreator(ServiceRegistryImplementor serviceRegistry, String url, Properties connectionProps, Boolean autocommit, Integer isolation, String initSql)
-
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 void
DataSourceBasedMultiTenantConnectionProviderImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.cursor.internal
Methods in org.hibernate.engine.jdbc.cursor.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description RefCursorSupport
RefCursorSupportInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.dialect.internal
Methods in org.hibernate.engine.jdbc.dialect.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description DialectFactory
DialectFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
DialectResolver
DialectResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
DialectFactoryImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description static JdbcConnectionAccess
JdbcEnvironmentInitiator. buildBootstrapJdbcConnectionAccess(boolean multiTenancyEnabled, ServiceRegistryImplementor registry)
JdbcEnvironment
JdbcEnvironmentInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type ServiceRegistryImplementor Constructor Description JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect)
Constructor form used when the JDBCDatabaseMetaData
is not available.JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect, DatabaseMetaData databaseMetaData)
Deprecated.currently used by Hibernate Reactive This version of the constructor should handle the case in which we do actually have the option to access the DatabaseMetaData, but since Hibernate Reactive is currently not making use of it we take a shortcut.JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect, DatabaseMetaData databaseMetaData, JdbcConnectionAccess jdbcConnectionAccess)
The main constructor form. -
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description JdbcServices
JdbcServicesInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
JdbcServicesImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description MutationExecutorService
MutationExecutorServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jndi.internal
Methods in org.hibernate.engine.jndi.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description JndiService
JndiServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementor
SessionFactoryDelegatingImpl. getServiceRegistry()
ServiceRegistryImplementor
SessionFactoryImplementor. getServiceRegistry()
Access to the ServiceRegistry for this SessionFactory. -
Uses of ServiceRegistryImplementor in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description protected JtaPlatform
JtaPlatformInitiator. getFallbackProvider(Map<?,?> configurationValues, ServiceRegistryImplementor registry)
JtaPlatform
JtaPlatformInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
JtaPlatformResolver
JtaPlatformResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
AbstractJtaPlatform. injectServices(ServiceRegistryImplementor serviceRegistry)
JtaPlatform
StandardJtaPlatformResolver. resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
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 JtaPlatform
JtaPlatformResolver. resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description EnversService
EnversServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description EntityCopyObserverFactory
EntityCopyObserverFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description IdentifierGeneratorFactory
StandardIdentifierGeneratorFactoryInitiator. initiateService(Map configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementor
SessionFactoryImpl. getServiceRegistry()
-
Uses of ServiceRegistryImplementor in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description PersisterClassResolver
PersisterClassResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
PersisterFactory
PersisterFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
PersisterFactoryImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.property.access.internal
Methods in org.hibernate.property.access.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description PropertyAccessStrategyResolver
PropertyAccessStrategyResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.proxool.internal
Methods in org.hibernate.proxool.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
ProxoolConnectionProvider. injectServices(ServiceRegistryImplementor serviceRegistry)
-
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 ManagedBeanRegistry
ManagedBeanRegistryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
JtaTransactionCoordinatorBuilderImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.resource.transaction.internal
Methods in org.hibernate.resource.transaction.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description TransactionCoordinatorBuilder
TransactionCoordinatorBuilderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement ServiceRegistryImplementor Modifier and Type Class Description class
AbstractServiceRegistryImpl
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contractsclass
SessionFactoryServiceRegistryImpl
Methods in org.hibernate.service.internal that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementor
SessionFactoryServiceRegistryImpl. getServiceRegistry()
Methods in org.hibernate.service.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
AbstractServiceRegistryImpl. deRegisterChild(ServiceRegistryImplementor child)
static <T extends Service>
TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole, ServiceRegistryImplementor serviceRegistry, Set<ServiceRegistryImplementor> childRegistries)
SessionFactoryServiceRegistryFactoryImpl
SessionFactoryServiceRegistryFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
AbstractServiceRegistryImpl. registerChild(ServiceRegistryImplementor child)
Method parameters in org.hibernate.service.internal with type arguments of type ServiceRegistryImplementor Modifier and Type Method Description static <T extends Service>
TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole, ServiceRegistryImplementor serviceRegistry, Set<ServiceRegistryImplementor> childRegistries)
Constructors in org.hibernate.service.internal with parameters of type ServiceRegistryImplementor Constructor Description AbstractServiceRegistryImpl(ServiceRegistryImplementor parent)
AbstractServiceRegistryImpl(ServiceRegistryImplementor parent, boolean autoCloseRegistry)
SessionFactoryServiceRegistryBuilderImpl(ServiceRegistryImplementor parent)
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry)
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent, List<SessionFactoryServiceInitiator<?>> initiators, List<ProvidedService<?>> providedServices, SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)
-
Uses of ServiceRegistryImplementor in org.hibernate.service.spi
Subinterfaces of ServiceRegistryImplementor in org.hibernate.service.spi Modifier and Type Interface Description interface
SessionFactoryServiceRegistry
SpecializedServiceRegistry
implementation that holds services which need access to theSessionFactory
during initialization.Methods in org.hibernate.service.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementor
SessionFactoryServiceInitiatorContext. getServiceRegistry()
Methods in org.hibernate.service.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
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. -
Uses of ServiceRegistryImplementor in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ServiceRegistryImplementor Modifier and Type Class Description class
ServiceRegistryTestingImpl
ServiceRegistry useful in testingMethods in org.hibernate.testing.boot with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
BasicTestingJdbcServiceImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.testing.jdbc
Methods in org.hibernate.testing.jdbc with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
ConnectionProviderDelegate. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description SchemaManagementTool
SchemaManagementToolInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
void
HibernateSchemaManagementTool. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.tool.schema.internal.script
Methods in org.hibernate.tool.schema.internal.script with parameters of type ServiceRegistryImplementor Modifier and Type Method Description SqlScriptCommandExtractor
SqlScriptExtractorInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-