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 CfgXmlAccessServiceCfgXmlAccessServiceInitiator. 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 SessionFactoryBuilderServiceDefaultSessionFactoryBuilderInitiator. 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 RStandardServiceInitiator. 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 classBootstrapServiceRegistryImplServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceStrategySelectorclassStandardServiceRegistryImplStandard Hibernate implementation of the standard service registry.Methods in org.hibernate.boot.registry.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidBootstrapServiceRegistryImpl. deRegisterChild(ServiceRegistryImplementor child)voidBootstrapServiceRegistryImpl. 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 BytecodeProviderBytecodeProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)ProxyFactoryFactoryProxyFactoryFactoryInitiator. 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 voidC3P0ConnectionProvider. 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 RegionFactoryRegionFactoryInitiator. getFallback(Map<?,?> configurationValues, ServiceRegistryImplementor registry)RegionFactoryRegionFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)protected RegionFactoryRegionFactoryInitiator. resolveRegionFactory(Map<String,Object> configurationValues, ServiceRegistryImplementor registry) -
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 ConfigurationServiceConfigurationServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidConfigurationServiceImpl. 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 BatchBuilderBatchBuilderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)BatchBuilderUnmodifiableBatchBuilderInitiator. 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.ConnectionCreatorConnectionCreatorFactoryImpl. create(Driver driver, ServiceRegistryImplementor serviceRegistry, String url, Properties connectionProps, Boolean autoCommit, Integer isolation, String initSql, Map<String,Object> configurationValues)ConnectionProviderConnectionProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)MultiTenantConnectionProviderMultiTenantConnectionProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidDriverManagerConnectionProviderImpl. 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 voidDataSourceBasedMultiTenantConnectionProviderImpl. 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 RefCursorSupportRefCursorSupportInitiator. 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 DialectFactoryDialectFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)DialectResolverDialectResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidDialectFactoryImpl. 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 JdbcConnectionAccessJdbcEnvironmentInitiator. buildBootstrapJdbcConnectionAccess(boolean multiTenancyEnabled, ServiceRegistryImplementor registry)JdbcEnvironmentJdbcEnvironmentInitiator. 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 JDBCDatabaseMetaDatais 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 JdbcServicesJdbcServicesInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidJdbcServicesImpl. injectServices(ServiceRegistryImplementor serviceRegistry) -
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 JndiServiceJndiServiceInitiator. 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 ServiceRegistryImplementorSessionFactoryDelegatingImpl. getServiceRegistry()ServiceRegistryImplementorSessionFactoryImplementor. 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 JtaPlatformJtaPlatformInitiator. getFallbackProvider(Map<?,?> configurationValues, ServiceRegistryImplementor registry)JtaPlatformJtaPlatformInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)JtaPlatformResolverJtaPlatformResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidAbstractJtaPlatform. injectServices(ServiceRegistryImplementor serviceRegistry)JtaPlatformStandardJtaPlatformResolver. 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 JtaPlatformJtaPlatformResolver. 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 EnversServiceEnversServiceInitiator. 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 EntityCopyObserverFactoryEntityCopyObserverFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry) -
Uses of ServiceRegistryImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementorSessionFactoryImpl. 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 PersisterClassResolverPersisterClassResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)PersisterFactoryPersisterFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidPersisterFactoryImpl. 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 PropertyAccessStrategyResolverPropertyAccessStrategyResolverInitiator. 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 voidProxoolConnectionProvider. 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 ManagedBeanRegistryManagedBeanRegistryInitiator. 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 voidJtaTransactionCoordinatorBuilderImpl. 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 TransactionCoordinatorBuilderTransactionCoordinatorBuilderInitiator. 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 classAbstractServiceRegistryImplBasic implementation of the ServiceRegistry and ServiceRegistryImplementor contractsclassSessionFactoryServiceRegistryImplMethods in org.hibernate.service.internal that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementorSessionFactoryServiceRegistryImpl. getServiceRegistry()Methods in org.hibernate.service.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidAbstractServiceRegistryImpl. deRegisterChild(ServiceRegistryImplementor child)static <T extends Service>
TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole, ServiceRegistryImplementor serviceRegistry, Set<ServiceRegistryImplementor> childRegistries)SessionFactoryServiceRegistryFactoryImplSessionFactoryServiceRegistryFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidAbstractServiceRegistryImpl. 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 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. -
Uses of ServiceRegistryImplementor in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ServiceRegistryImplementor Modifier and Type Class Description classServiceRegistryTestingImplServiceRegistry useful in testingMethods in org.hibernate.testing.boot with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidBasicTestingJdbcServiceImpl. 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 voidConnectionProviderDelegate. 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 SchemaManagementToolSchemaManagementToolInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)voidHibernateSchemaManagementTool. 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 SqlScriptCommandExtractorSqlScriptExtractorInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-