Uses of Class
org.hibernate.service.spi.ServiceBinding
-
Packages that use ServiceBinding Package Description org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.service.internal org.hibernate.service.spi -
-
Uses of ServiceBinding in org.hibernate.boot.registry.internal
Methods in org.hibernate.boot.registry.internal that return ServiceBinding Modifier and Type Method Description <R extends Service>
ServiceBinding<R>BootstrapServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole)
Methods in org.hibernate.boot.registry.internal with parameters of type ServiceBinding Modifier and Type Method Description <R extends Service>
voidBootstrapServiceRegistryImpl. configureService(ServiceBinding<R> binding)
<R extends Service>
voidStandardServiceRegistryImpl. configureService(ServiceBinding<R> serviceBinding)
<R extends Service>
voidBootstrapServiceRegistryImpl. injectDependencies(ServiceBinding<R> binding)
<R extends Service>
voidBootstrapServiceRegistryImpl. startService(ServiceBinding<R> binding)
<R extends Service>
voidBootstrapServiceRegistryImpl. stopService(ServiceBinding<R> binding)
-
Uses of ServiceBinding in org.hibernate.service.internal
Methods in org.hibernate.service.internal that return ServiceBinding Modifier and Type Method Description <R extends Service>
ServiceBinding<R>AbstractServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole)
protected <R extends Service>
ServiceBinding<R>AbstractServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole, boolean checkParent)
Methods in org.hibernate.service.internal with parameters of type ServiceBinding Modifier and Type Method Description <R extends Service>
voidSessionFactoryServiceRegistryImpl. configureService(ServiceBinding<R> serviceBinding)
protected <R extends Service>
RAbstractServiceRegistryImpl. createService(ServiceBinding<R> serviceBinding)
<R extends Service>
voidAbstractServiceRegistryImpl. injectDependencies(ServiceBinding<R> serviceBinding)
protected <R extends Service>
voidAbstractServiceRegistryImpl. registerService(ServiceBinding<R> serviceBinding, R service)
<R extends Service>
voidAbstractServiceRegistryImpl. startService(ServiceBinding<R> serviceBinding)
<R extends Service>
voidAbstractServiceRegistryImpl. stopService(ServiceBinding<R> binding)
Method parameters in org.hibernate.service.internal with type arguments of type ServiceBinding Modifier and Type Method Description protected void
AbstractServiceRegistryImpl. visitServiceBindings(Consumer<ServiceBinding<?>> action)
-
Uses of ServiceBinding in org.hibernate.service.spi
Methods in org.hibernate.service.spi that return ServiceBinding Modifier and Type Method Description <R extends Service>
ServiceBinding<R>ServiceRegistryImplementor. locateServiceBinding(Class<R> serviceRole)
Locate the binding for the given role.Methods in org.hibernate.service.spi with parameters of type ServiceBinding Modifier and Type Method Description <R extends Service>
voidServiceBinding.ServiceLifecycleOwner. configureService(ServiceBinding<R> binding)
<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. injectDependencies(ServiceBinding<R> binding)
<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. startService(ServiceBinding<R> binding)
<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. stopService(ServiceBinding<R> binding)
-