Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
-
-
Uses of StandardServiceInitiator in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement StandardServiceInitiator Modifier and Type Class Description classCfgXmlAccessServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement StandardServiceInitiator Modifier and Type Class Description classDefaultSessionFactoryBuilderInitiator -
Uses of StandardServiceInitiator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StandardServiceInitiator Modifier and Type Method Description StandardServiceRegistryBuilderStandardServiceRegistryBuilder. addInitiator(StandardServiceInitiator<?> initiator)Adds a service initiator.Constructor parameters in org.hibernate.boot.registry with type arguments of type StandardServiceInitiator Constructor Description StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String,Object> settings, ConfigLoader loader, LoadedConfig loadedConfig, List<StandardServiceInitiator<?>> initiators)Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list. -
Uses of StandardServiceInitiator in org.hibernate.boot.registry.internal
Method parameters in org.hibernate.boot.registry.internal with type arguments of type StandardServiceInitiator Modifier and Type Method Description voidStandardServiceRegistryImpl. resetAndReactivate(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<?,?> configurationValues)Not intended for general use.Constructor parameters in org.hibernate.boot.registry.internal with type arguments of type StandardServiceInitiator Constructor Description StandardServiceRegistryImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)Constructs a StandardServiceRegistryImpl.StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)Constructs a StandardServiceRegistryImpl. -
Uses of StandardServiceInitiator in org.hibernate.bytecode.internal
Classes in org.hibernate.bytecode.internal that implement StandardServiceInitiator Modifier and Type Class Description classBytecodeProviderInitiatorclassProxyFactoryFactoryInitiatorMost commonly theProxyFactoryFactorywill depend directly on the chosenBytecodeProvider, however by registering them as two separate services we can allow to override either one or both of them.Fields in org.hibernate.bytecode.internal declared as StandardServiceInitiator Modifier and Type Field Description static StandardServiceInitiator<BytecodeProvider>BytecodeProviderInitiator. INSTANCESingleton accessstatic StandardServiceInitiator<ProxyFactoryFactory>ProxyFactoryFactoryInitiator. INSTANCESingleton access -
Uses of StandardServiceInitiator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement StandardServiceInitiator Modifier and Type Class Description classRegionFactoryInitiatorInitiator for theRegionFactoryservice. -
Uses of StandardServiceInitiator in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement StandardServiceInitiator Modifier and Type Class Description classConfigurationServiceInitiatorThe ServiceInitiator for the ConfigurationService -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement StandardServiceInitiator Modifier and Type Class Description classBatchBuilderInitiatorInitiator for theBatchBuilderserviceclassUnmodifiableBatchBuilderInitiatorInitiator for theUnmodifiableBatchBuilderImplservice usingUnmodifiableBatchBuilderImpl. -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement StandardServiceInitiator Modifier and Type Class Description classConnectionProviderInitiatorInstantiates and configures an appropriateConnectionProvider.classMultiTenantConnectionProviderInitiatorA service initiator for theMultiTenantConnectionProviderservice. -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.cursor.internal
Classes in org.hibernate.engine.jdbc.cursor.internal that implement StandardServiceInitiator Modifier and Type Class Description classRefCursorSupportInitiatorService initiator for RefCursorSupport service -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement StandardServiceInitiator Modifier and Type Class Description classDialectFactoryInitiatorStandard initiator for the standardDialectFactoryserviceclassDialectResolverInitiatorStandard initiator for theDialectResolverservice -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement StandardServiceInitiator Modifier and Type Class Description classJdbcEnvironmentInitiator -
Uses of StandardServiceInitiator in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement StandardServiceInitiator Modifier and Type Class Description classJdbcServicesInitiatorStandard initiator for the standardJdbcServicesservice TODO : should this maybe be a SessionFactory service? -
Uses of StandardServiceInitiator in org.hibernate.engine.jndi.internal
Classes in org.hibernate.engine.jndi.internal that implement StandardServiceInitiator Modifier and Type Class Description classJndiServiceInitiatorStandard initiator for the standardJndiServiceservice -
Uses of StandardServiceInitiator in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement StandardServiceInitiator Modifier and Type Class Description classJtaPlatformInitiatorStandard initiator for the standardJtaPlatformclassJtaPlatformResolverInitiator -
Uses of StandardServiceInitiator in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement StandardServiceInitiator Modifier and Type Class Description classEnversServiceInitiator -
Uses of StandardServiceInitiator in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement StandardServiceInitiator Modifier and Type Class Description classEntityCopyObserverFactoryInitiatorLooks for the configuration property "hibernate.event.merge.entity_copy_observer" and registers the matchingEntityCopyObserverFactorybased on the configuration value. -
Uses of StandardServiceInitiator in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement StandardServiceInitiator Modifier and Type Class Description classPersisterClassResolverInitiatorclassPersisterFactoryInitiator -
Uses of StandardServiceInitiator in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement StandardServiceInitiator Modifier and Type Class Description classPropertyAccessStrategyResolverInitiator -
Uses of StandardServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement StandardServiceInitiator Modifier and Type Class Description classManagedBeanRegistryInitiatorHibernate's standard initializer for theManagedBeanRegistryservice. -
Uses of StandardServiceInitiator in org.hibernate.resource.transaction.internal
Classes in org.hibernate.resource.transaction.internal that implement StandardServiceInitiator Modifier and Type Class Description classTransactionCoordinatorBuilderInitiatorStandardServiceInitiator for initiating the TransactionCoordinatorBuilder service. -
Uses of StandardServiceInitiator in org.hibernate.service
Fields in org.hibernate.service with type parameters of type StandardServiceInitiator Modifier and Type Field Description static List<StandardServiceInitiator<?>>StandardServiceInitiators. LIST -
Uses of StandardServiceInitiator in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement StandardServiceInitiator Modifier and Type Class Description classSessionFactoryServiceRegistryFactoryInitiator -
Uses of StandardServiceInitiator in org.hibernate.testing.boot
Constructor parameters in org.hibernate.testing.boot with type arguments of type StandardServiceInitiator Constructor Description ServiceRegistryTestingImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues) -
Uses of StandardServiceInitiator in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return types with arguments of type StandardServiceInitiator Modifier and Type Method Description Class<? extends StandardServiceInitiator>[]initiators() -
Uses of StandardServiceInitiator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement StandardServiceInitiator Modifier and Type Class Description classSchemaManagementToolInitiator -
Uses of StandardServiceInitiator in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement StandardServiceInitiator Modifier and Type Class Description classSqlScriptExtractorInitiator
-