Package | Description |
---|---|
org.hibernate.boot.registry.internal |
The internals for building service registries.
|
org.hibernate.service.internal | |
org.hibernate.service.spi |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapServiceRegistryImpl
ServiceRegistry implementation containing specialized "bootstrap" services, specifically:
ClassLoaderService
IntegratorService
StrategySelector
|
class |
StandardServiceRegistryImpl
Standard Hibernate implementation of the standard service registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceRegistryImpl
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts
|
class |
SessionFactoryServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
ServiceBinding.ServiceLifecycleOwner |
ServiceBinding.getLifecycleOwner() |
Constructor and Description |
---|
ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner,
Class<R> serviceRole,
R service) |
ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner,
ServiceInitiator<R> serviceInitiator) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.