Class SetAttributeProxyImpl<X,V>

Type Parameters:
X -
V -
All Implemented Interfaces:
Attribute<X,Set<V>>, Bindable<V>, PluralAttribute<X,Set<V>,V>, SetAttribute<X,V>, Serializable

public class SetAttributeProxyImpl<X,V> extends PluralAttributeProxyImpl<X,Set<V>,V> implements SetAttribute<X,V>
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an SetAttribute is accessed in the metamodel.
See Also:
  • Constructor Details

    • SetAttributeProxyImpl

      public SetAttributeProxyImpl()