java.lang.Object
org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl<X,T>
Type Parameters:
X -
T -
All Implemented Interfaces:
Attribute<X,T>, Serializable
Direct Known Subclasses:
PluralAttributeProxyImpl, SingularAttributeProxyImpl

public class AttributeProxyImpl<X,T> extends Object implements Attribute<X,T>, Serializable
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an Attribute is accessed in the metamodel.
See Also: