Uses of Interface
org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
-
Packages that use ServiceBinding.ServiceLifecycleOwner Package Description org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.service.internal Implementation of the SPI for integrating pluggable services.org.hibernate.service.spi Defines an SPI for integrating pluggable services.org.hibernate.testing.boot -
-
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.internal that implement ServiceBinding.ServiceLifecycleOwner Modifier and Type Class Description classBootstrapServiceRegistryImplServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceStrategySelectorclassStandardServiceRegistryImplStandard 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.ServiceLifecycleOwner Modifier and Type Class Description classAbstractServiceRegistryImplBasic implementation of theServiceRegistryandServiceRegistryImplementorcontracts.classSessionFactoryServiceRegistryImpl -
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return ServiceBinding.ServiceLifecycleOwner Modifier and Type Method Description ServiceBinding.ServiceLifecycleOwnerServiceBinding. getLifecycleOwner()Constructors in org.hibernate.service.spi with parameters of type ServiceBinding.ServiceLifecycleOwner Constructor Description ServiceBinding(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.ServiceLifecycleOwner Modifier and Type Class Description classServiceRegistryTestingImplServiceRegistry useful in testing
-