Uses of Interface
org.hibernate.service.spi.ServiceInitiator
-
Packages that use ServiceInitiator Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.service.spi Defines an SPI for integrating pluggable services. -
-
Uses of ServiceInitiator in org.hibernate.boot.registry
Subinterfaces of ServiceInitiator in org.hibernate.boot.registry Modifier and Type Interface Description interfaceStandardServiceInitiator<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 Modifier and Type Class Description classNativeQueryInterpreterInitiator -
Uses of ServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ServiceInitiator Modifier and Type Class Description classCacheInitiatorInitiator for second level cache support -
Uses of ServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ServiceInitiator Modifier and Type Class Description classManagedBeanRegistryInitiatorHibernate's standard initializer for theManagedBeanRegistryservice. -
Uses of ServiceInitiator in org.hibernate.service.spi
Subinterfaces of ServiceInitiator in org.hibernate.service.spi Modifier and Type Interface Description interfaceSessionFactoryServiceInitiator<R extends Service>Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistry.Methods in org.hibernate.service.spi that return ServiceInitiator Modifier and Type Method Description ServiceInitiator<R>ServiceBinding. getServiceInitiator()Methods in org.hibernate.service.spi with parameters of type ServiceInitiator Modifier and Type Method Description <R extends Service>
RServiceBinding.ServiceLifecycleOwner. initiateService(ServiceInitiator<R> serviceInitiator)Constructors in org.hibernate.service.spi with parameters of type ServiceInitiator Constructor Description ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator)
-