Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
Packages that use StandardServiceInitiator
Package
Description
Defines service registry contracts a program may use for
configuring Hibernate.
Defines an SPI for integration with CDI-like containers.
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 StandardServiceInitiatorModifier and TypeMethodDescriptionStandardServiceRegistryBuilder.addInitiator
(StandardServiceInitiator<?> initiator) Adds a service initiator.Constructor parameters in org.hibernate.boot.registry with type arguments of type StandardServiceInitiatorModifierConstructorDescriptionprotected
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 -
Uses of StandardServiceInitiator in org.hibernate.service
Fields in org.hibernate.service with type parameters of type StandardServiceInitiatorModifier and TypeFieldDescriptionstatic final List
<StandardServiceInitiator<?>> StandardServiceInitiators.LIST