| Class | Description |
|---|---|
| AbstractServiceRegistryImpl |
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts
|
| ConcurrentServiceBinding<K,V> |
Since Service lookup is a very hot operation and essentially it's a read only
data structure, to achieve threadsafety we can use immutability.
|
| JaxbProcessor | |
| ProvidedService<R> |
A service provided as-is.
|
| SessionFactoryServiceRegistryFactoryImpl |
Acts as a
Service in the StandardServiceRegistryImpl whose function is as a factory for
SessionFactoryServiceRegistryImpl implementations. |
| SessionFactoryServiceRegistryFactoryInitiator | |
| SessionFactoryServiceRegistryImpl | |
| StandardSessionFactoryServiceInitiators |
Central definition of the standard set of initiators defined by Hibernate for the
SessionFactoryServiceRegistry |
| Exception | Description |
|---|---|
| ServiceDependencyException |
Indictes a problem processing service dependencies.
|
| ServiceProxyGenerationException |
Indicates a problem generating a service proxy
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.