|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceBinding | |
---|---|
org.hibernate.service.internal | |
org.hibernate.service.spi |
Uses of ServiceBinding in org.hibernate.service.internal |
---|
Methods in org.hibernate.service.internal that return ServiceBinding | ||
---|---|---|
|
AbstractServiceRegistryImpl.locateServiceBinding(Class<R> serviceRole)
|
|
|
BootstrapServiceRegistryImpl.locateServiceBinding(Class<R> serviceRole)
|
|
protected
|
AbstractServiceRegistryImpl.locateServiceBinding(Class<R> serviceRole,
boolean checkParent)
|
Methods in org.hibernate.service.internal with parameters of type ServiceBinding | ||
---|---|---|
|
SessionFactoryServiceRegistryImpl.configureService(ServiceBinding<R> serviceBinding)
|
|
|
StandardServiceRegistryImpl.configureService(ServiceBinding<R> serviceBinding)
|
|
|
BootstrapServiceRegistryImpl.configureService(ServiceBinding<R> binding)
|
|
protected
|
AbstractServiceRegistryImpl.createService(ServiceBinding<R> serviceBinding)
|
|
|
AbstractServiceRegistryImpl.injectDependencies(ServiceBinding<R> serviceBinding)
|
|
|
BootstrapServiceRegistryImpl.injectDependencies(ServiceBinding<R> binding)
|
|
protected
|
AbstractServiceRegistryImpl.registerService(ServiceBinding<R> serviceBinding,
R service)
|
|
|
AbstractServiceRegistryImpl.startService(ServiceBinding<R> serviceBinding)
|
|
|
BootstrapServiceRegistryImpl.startService(ServiceBinding<R> binding)
|
|
|
AbstractServiceRegistryImpl.stopService(ServiceBinding<R> binding)
|
|
|
BootstrapServiceRegistryImpl.stopService(ServiceBinding<R> binding)
|
Uses of ServiceBinding in org.hibernate.service.spi |
---|
Methods in org.hibernate.service.spi that return ServiceBinding | ||
---|---|---|
|
ServiceRegistryImplementor.locateServiceBinding(Class<R> serviceRole)
Locate the binding for the given role. |
Methods in org.hibernate.service.spi with parameters of type ServiceBinding | ||
---|---|---|
|
ServiceBinding.ServiceLifecycleOwner.configureService(ServiceBinding<R> binding)
|
|
|
ServiceBinding.ServiceLifecycleOwner.injectDependencies(ServiceBinding<R> binding)
|
|
|
ServiceBinding.ServiceLifecycleOwner.startService(ServiceBinding<R> binding)
|
|
|
ServiceBinding.ServiceLifecycleOwner.stopService(ServiceBinding<R> binding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |