Interface Summary |
CollectionProxy |
Interface which Collection proxies need to implement to be
treated like collection proxies in ODMG. |
CollectionProxyListener |
This is a callback interface that allows interaction with the
loading process of the CollectionProxy
The OTM layer implements this interface to
provide a delayed registration mechanism for ColelctionProxies. |
IndirectionHandler |
Base interface for indirection handlers used by OJB's proxies. |
IndirectionHandlerCGLIB |
Base interface that all IndirectionHandlers to be used with ProxyFactoryCGLIBImpl must implement |
IndirectionHandlerJDK |
Base interface that all IndirectionHandlers to be used with ProxyFactoryJDKImpl must implement |
MaterializationListener |
This is a callback interface that allows interaction with the
Materialization process of the IndirectionHandler
The ODMG TransactionImpl implements this interface to
provide a delayed registration mechanism for proxies. |
OJBProxy |
|
ProxyConfiguration |
Declares a configuration for he indirection handler factory. |
ProxyFactory |
Factory class for creating instances of the indirection handler used by OJB's proxies, and
for the collection proxies. |