Class ProxyIndirectionHandler<T>

java.lang.Object
org.eclipse.persistence.internal.indirection.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
See Also:
  • Constructor Details

    • ProxyIndirectionHandler

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