Interface | Description |
---|---|
BackedBeanInfo |
This interface extends the
BeanInfo by providing access to the RegistryObject standing behind the bean. |
BeanInfo |
This interface provides specific information about the bean used by the
BeanPool . |
Class | Description |
---|---|
BackedBeanFactory |
The factory class for instantiating beans conforming with the
BackedBeanInfo interface. |
BackedDynamicRegistryBeanHandler |
InvocationHandler implementation backed with
RegistryObject proxies implementing the BackedBeanInfo
interface. |
BaseBeanFactory |
Base implementation of the
BeanFactory interface. |
BatchPersistenceEngineImpl |
Default implementation of the
BatchPersistenceEngine . |
BeanPoolEventImpl |
The Default implementation of the
BeanPoolEvent . |
BeanPoolImpl |
Default implementation of the
BeanPool interface. |
ConfigurationManager |
This takes care of the configurations for the JAXR-to-Bean Mapper.
|
CSAFArrayList<E> |
ArrayList implementation that keeps a modification state.
|
CSAFHashSet<E> |
HashSet implementation that keeps a modification state.
|
DefaultBeanPoolListner |
The default implementation of the
BeanPoolListener interface. |
DefaultPersistenceEventListener |
The default implementation of the
PersistenceEventListener interface. |
DefaultRegistryProvider |
Default implementation of
RegistryProvider . |
DynamicRegistryBeanHandler |
InvocationHandler implementation for simple proxies
implementing the BeanInfo interface. |
PersistenceContextImpl |
Default implementation of the
PersistenceContext . |
PersistenceEngineImpl<T extends RegistryBean> |
Default implementation of the
PersistenceEngine . |
PersistenceEventImpl |
The Default implementation of the
PersistenceEvent . |
ProxyInfo |
This class contains information about the proxy bean.
|
QueryContextImpl |
Default implementation of the
QueryContext interface. |
RelationInfo |
Container for relation information needed by the
BeanPool for
tracking purposes. |
SimpleBeanFactory |
The factory class for instantiating beans conforming with the
BeanInfo interface. |
StandaloneRegistryProvider |
Implementation of the
RegistryProvider interface that uses standard
JAXR API to obtain a connection. |
Enum | Description |
---|---|
RelationInfo.RelationType |
Enumeration of possible relation types.
|