Class ProxyIndirectionHandler<T>

  • All Implemented Interfaces:
    Serializable, InvocationHandler

    public class ProxyIndirectionHandler<T>
    extends Object
    implements InvocationHandler, Serializable

    ProxyIndirectionHandler

    Transparently handles EclipseLink indirection for 1:1 relationships through use of the Java Proxy framework in JDK 1.3. This class intercepts messages sent to the proxy object, and instantiates its internal ValueHolder when necessary.
    Since:
    TopLink 3.0
    Author:
    Rick Barkhouse
    See Also:
    ProxyIndirectionPolicy, Serialized Form
    • Constructor Detail

      • ProxyIndirectionHandler

        public ProxyIndirectionHandler()
        INTERNAL: Just in here to allow for Serialization.