Uses of Interface
org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
Packages that use ServiceBinding.ServiceLifecycleOwner
Package
Description
The internals for building service registries.
Implementation of the SPI for integrating pluggable services.
Defines an SPI for integrating pluggable services.
-
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.internal that implement ServiceBinding.ServiceLifecycleOwnerModifier and TypeClassDescriptionclass
ServiceRegistry
implementation containing specialized "bootstrap" services, specifically:ClassLoaderService
IntegratorService
StrategySelector
class
Standard Hibernate implementation of the standard service registry. -
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement ServiceBinding.ServiceLifecycleOwnerModifier and TypeClassDescriptionclass
Basic implementation of theServiceRegistry
andServiceRegistryImplementor
contracts.class
-
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return ServiceBinding.ServiceLifecycleOwnerConstructors in org.hibernate.service.spi with parameters of type ServiceBinding.ServiceLifecycleOwnerModifierConstructorDescriptionServiceBinding
(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, Class<R> serviceRole, R service) ServiceBinding
(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator) -
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ServiceBinding.ServiceLifecycleOwnerModifier and TypeClassDescriptionclass
ServiceRegistry useful in testing