| Class | Description |
|---|---|
| AttributeProxyImpl<X,T> |
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit
as an Attribute is accessed in the metamodel.
|
| CollectionAttributeProxyImpl<X,V> |
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit
as an CollectionAttribute is accessed in the metamodel.
|
| ListAttributeProxyImpl<X,V> |
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit
as an ListAttribute is accessed in the metamodel.
|
| MapAttributeProxyImpl<X,K,V> |
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit
as an MapAttribute is accessed in the metamodel.
|
| PluralAttributeProxyImpl<X,C,V> |
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit
as an PluralAttribute is accessed in the metamodel.
|
| SetAttributeProxyImpl<X,V> |
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit
as an SetAttribute is accessed in the metamodel.
|
| SingularAttributeProxyImpl<X,T> |