Uses of Interface
org.hibernate.service.spi.ServiceInitiator
Packages that use ServiceInitiator
Package
Description
Defines service registry contracts a program may use for
configuring Hibernate.
An SPI for dealing with parameters of native queries.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines an SPI for integration with CDI-like containers.
Defines an SPI for integrating pluggable services.
-
Uses of ServiceInitiator in org.hibernate.boot.registry
Subinterfaces of ServiceInitiator in org.hibernate.boot.registryModifier and TypeInterfaceDescriptioninterface
StandardServiceInitiator<R extends Service>
Contract for an initiator of services that target the standardServiceRegistry
. -
Uses of ServiceInitiator in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ServiceInitiator -
Uses of ServiceInitiator in org.hibernate.service.spi
Subinterfaces of ServiceInitiator in org.hibernate.service.spiModifier and TypeInterfaceDescriptioninterface
SessionFactoryServiceInitiator<R extends Service>
Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistry
.Methods in org.hibernate.service.spi that return ServiceInitiatorModifier and TypeMethodDescription@Nullable ServiceInitiator
<R> ServiceBinding.getServiceInitiator()
Methods in org.hibernate.service.spi with parameters of type ServiceInitiatorModifier and TypeMethodDescription<R extends Service>
RServiceBinding.ServiceLifecycleOwner.initiateService
(ServiceInitiator<R> serviceInitiator) Constructors in org.hibernate.service.spi with parameters of type ServiceInitiatorModifierConstructorDescriptionServiceBinding
(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator)