Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
-
Packages that use PluralAttributeProxyImpl Package Description org.eclipse.persistence.internal.jpa.metamodel.proxy -
-
Uses of PluralAttributeProxyImpl in org.eclipse.persistence.internal.jpa.metamodel.proxy
Subclasses of PluralAttributeProxyImpl in org.eclipse.persistence.internal.jpa.metamodel.proxy Modifier and Type Class Description classCollectionAttributeProxyImpl<X,V>A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an CollectionAttribute is accessed in the metamodel.classListAttributeProxyImpl<X,V>A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an ListAttribute is accessed in the metamodel.classMapAttributeProxyImpl<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.classSetAttributeProxyImpl<X,V>A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an SetAttribute is accessed in the metamodel.
-