Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
-
Packages that use StandardServiceInitiator Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.service Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces. -
-
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, org.hibernate.boot.cfgxml.internal.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.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.service
Fields in org.hibernate.service with type parameters of type StandardServiceInitiator Modifier and Type Field Description static List<StandardServiceInitiator<?>>StandardServiceInitiators. LIST
-