Module org.eclipse.persistence.jpa
Class SetAttributeProxyImpl<X,V>
java.lang.Object
org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl<X,Set<V>>
org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl<X,Set<V>,V>
org.eclipse.persistence.internal.jpa.metamodel.proxy.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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
Attribute.PersistentAttributeType
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
Bindable.BindableType
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttribute
PluralAttribute.CollectionType
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
attribute, factories
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
getBindableJavaType, getBindableType, getCollectionType, getElementType
Methods inherited from class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
addFactory, getAttribute, getAttributeInternal, getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.persistence.metamodel.Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
Methods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
Methods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionType, getElementType
-
Constructor Details
-
SetAttributeProxyImpl
public SetAttributeProxyImpl()
-