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 org.hibernate.service.spi 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 class
BootstrapServiceRegistryImpl
ServiceRegistry
implementation containing specialized "bootstrap" services, specifically:ClassLoaderService
IntegratorService
StrategySelector
class
StandardServiceRegistryImpl
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.ServiceLifecycleOwner Modifier and Type Class Description class
AbstractServiceRegistryImpl
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contractsclass
SessionFactoryServiceRegistryImpl
-
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.ServiceLifecycleOwner
ServiceBinding. 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 class
ServiceRegistryTestingImpl
ServiceRegistry useful in testing
-