Uses of Interface
org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner

Packages that use ServiceBinding.ServiceLifecycleOwner
org.hibernate.service.internal   
org.hibernate.service.spi   
 

Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.service.internal
 

Classes in org.hibernate.service.internal that implement ServiceBinding.ServiceLifecycleOwner
 class AbstractServiceRegistryImpl
           
 class BootstrapServiceRegistryImpl
          ServiceRegistry implementation containing specialized "bootstrap" services, specifically: ClassLoaderService IntegratorService
 class SessionFactoryServiceRegistryImpl
           
 class StandardServiceRegistryImpl
          Hibernate implementation of the standard service registry.
 

Uses of ServiceBinding.ServiceLifecycleOwner in org.hibernate.service.spi
 

Methods in org.hibernate.service.spi that return ServiceBinding.ServiceLifecycleOwner
 ServiceBinding.ServiceLifecycleOwner ServiceBinding.getLifecycleOwner()
           
 

Constructors in org.hibernate.service.spi with parameters of type ServiceBinding.ServiceLifecycleOwner
ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, Class<R> serviceRole, R service)
           
ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.