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.xmlfiles.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 JDBCConnections.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections 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 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 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.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.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) -
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(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)SqlStatementLoggerSqlStatementLoggerInitiator. initiateService(Map<String,Object> configValues, ServiceRegistryImplementor registry)voidJdbcServicesImpl. 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 MutationExecutorServiceMutationExecutorServiceInitiator. 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 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.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description IdentifierGeneratorFactoryStandardIdentifierGeneratorFactoryInitiator. 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 ServiceRegistryImplementorSessionFactoryImpl. 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 BatchLoaderFactoryBatchLoaderFactoryInitiator. 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 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.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description SqmMultiTableMutationStrategyProviderSqmMultiTableMutationStrategyProviderInitiator. 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 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 theServiceRegistryandServiceRegistryImplementorcontracts.classSessionFactoryServiceRegistryImplMethods 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.sql.ast.internal
Methods in org.hibernate.sql.ast.internal with parameters of type ServiceRegistryImplementor Modifier and Type Method Description ParameterMarkerStrategyParameterMarkerStrategyInitiator. 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 JdbcValuesMappingProducerProviderJdbcValuesMappingProducerProviderInitiator. 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 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.testing.jta
Methods in org.hibernate.testing.jta with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidJtaAwareConnectionProviderImpl. 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)
-