Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
-
Packages that use StandardServiceInitiator Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.resource.beans.spi org.hibernate.service org.hibernate.testing.boot org.hibernate.testing.orm.junit org.hibernate.tool.hbm2ddl -
-
Uses of StandardServiceInitiator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StandardServiceInitiator Modifier and Type Method Description StandardServiceRegistryBuilder
StandardServiceRegistryBuilder. 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, java.util.Map settings, org.hibernate.boot.cfgxml.internal.ConfigLoader loader, LoadedConfig loadedConfig, java.util.List<StandardServiceInitiator> initiators)
Intended for use exclusively from Quarkus boot-strapping, or extensions of this class which need to override the standard ServiceInitiator list.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, java.util.Map settings, LoadedConfig loadedConfig, java.util.List<StandardServiceInitiator> initiators)
Deprecated.Quarkus will switch to useStandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, ConfigLoader, LoadedConfig, List)
-
Uses of StandardServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement StandardServiceInitiator Modifier and Type Class Description class
ManagedBeanRegistryInitiator
Hibernate's standard initializer for the ManagedBeanRegistry 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 java.util.List<StandardServiceInitiator>
StandardServiceInitiators. LIST
-
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, java.util.List<StandardServiceInitiator> serviceInitiators, java.util.List<org.hibernate.service.internal.ProvidedService> providedServices, java.util.Map<?,?> 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 java.lang.Class<? extends StandardServiceInitiator>[]
initiators()
-
Uses of StandardServiceInitiator in org.hibernate.tool.hbm2ddl
Classes in org.hibernate.tool.hbm2ddl that implement StandardServiceInitiator Modifier and Type Class Description class
ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriateImportSqlCommandExtractor
.
-