Uses of Interface
org.hibernate.service.spi.ServiceRegistryImplementor
-
Packages that use ServiceRegistryImplementor Package Description org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xml
files.org.hibernate.boot.internal org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.bytecode.internal org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.config.internal The built-in implementation of the configuration service.org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnection
s.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnection
s from a provider implemented as a service.org.hibernate.engine.jdbc.cursor.internal Internals for JDBC REF_CURSOR support.org.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jndi.internal Internal contracts defining the JNDI support within Hibernateorg.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
.org.hibernate.engine.transaction.jta.platform.spi An SPI for integrating with container-provided implementations of JTA.org.hibernate.envers.boot.internal org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.id.factory.internal Implementation of the SPI for id generator factories.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.ast.internal org.hibernate.persister.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy
.org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.query.sqm.mutation.internal org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinator
based on JTA.org.hibernate.resource.transaction.internal Internal implementation details for the resource-level transaction capabilities of Hibernate.org.hibernate.service.internal Implementation of the SPI for integrating pluggable services.org.hibernate.service.spi Defines an SPI for integrating pluggable services.org.hibernate.sql.ast.internal org.hibernate.sql.results.jdbc.internal org.hibernate.testing.boot org.hibernate.testing.jdbc org.hibernate.testing.jta org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.script Support for reading SQL scripts supplied to the schema tooling. -
-
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 @Nullable 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)
TheSchemaManagementTool
to use if none is explicitly specified.SchemaManagementTool
DialectDelegateWrapper. getFallbackSchemaManagementTool(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 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(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)
SqlStatementLogger
SqlStatementLoggerInitiator. initiateService(Map<String,Object> configValues, ServiceRegistryImplementor registry)
void
JdbcServicesImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
Constructors in org.hibernate.engine.jdbc.internal with parameters of type ServiceRegistryImplementor Constructor Description JdbcServicesImpl(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 @Nullable JtaPlatform
JtaPlatformInitiator. getFallbackProvider(Map<?,?> configurationValues, ServiceRegistryImplementor registry)
@Nullable 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.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description BatchLoaderFactory
BatchLoaderFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Constructors in org.hibernate.loader.ast.internal with parameters of type ServiceRegistryImplementor Constructor Description StandardBatchLoaderFactory(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
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.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description SqmMultiTableMutationStrategyProvider
SqmMultiTableMutationStrategyProviderInitiator. initiateService(Map<String,Object> 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 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 theServiceRegistry
andServiceRegistryImplementor
contracts.class
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 static SessionFactoryServiceRegistryImpl
SessionFactoryServiceRegistryImpl. create(ServiceRegistryImplementor parent, List<SessionFactoryServiceInitiator<?>> initiators, List<ProvidedService<?>> providedServices, SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)
void
AbstractServiceRegistryImpl. deRegisterChild(ServiceRegistryImplementor child)
static <T extends Service>
@Nullable TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole, ServiceRegistryImplementor serviceRegistry, @Nullable 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>
@Nullable TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole, ServiceRegistryImplementor serviceRegistry, @Nullable Set<ServiceRegistryImplementor> childRegistries)
Constructors in org.hibernate.service.internal with parameters of type ServiceRegistryImplementor Constructor Description AbstractServiceRegistryImpl(@Nullable ServiceRegistryImplementor parent)
AbstractServiceRegistryImpl(@Nullable ServiceRegistryImplementor parent, boolean autoCloseRegistry)
SessionFactoryServiceRegistryBuilderImpl(ServiceRegistryImplementor parent)
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry)
-
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.sql.ast.internal
Methods in org.hibernate.sql.ast.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description ParameterMarkerStrategy
ParameterMarkerStrategyInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description JdbcValuesMappingProducerProvider
JdbcValuesMappingProducerProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
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.testing.jta
Methods in org.hibernate.testing.jta with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
JtaAwareConnectionProviderImpl. 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)
-