Uses of Interface
org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
-
Packages that use ServiceBinding.ServiceLifecycleOwner Package Description org.hibernate.boot.registry.internal 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ServiceBinding.ServiceLifecycleOwner Modifier and Type Class Description class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
-
Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.service.internal
Classes in org.hibernate.service.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ServiceBinding.ServiceLifecycleOwner Modifier and Type Class Description class
org.hibernate.service.internal.AbstractServiceRegistryImpl
-
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, java.lang.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
-