Class ListAttributeProxyImpl<X,V>
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl<X,C>
-
- org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl<X,List<V>,V>
-
- org.eclipse.persistence.internal.jpa.metamodel.proxy.ListAttributeProxyImpl<X,V>
-
- Type Parameters:
X-V-
- All Implemented Interfaces:
jakarta.persistence.metamodel.Attribute<X,List<V>>,jakarta.persistence.metamodel.Bindable<V>,jakarta.persistence.metamodel.ListAttribute<X,V>,jakarta.persistence.metamodel.PluralAttribute<X,List<V>,V>,Serializable
public class ListAttributeProxyImpl<X,V> extends PluralAttributeProxyImpl<X,List<V>,V> implements jakarta.persistence.metamodel.ListAttribute<X,V>
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an ListAttribute is accessed in the metamodel.- Author:
- tware
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
attribute, factories
-
-
Constructor Summary
Constructors Constructor Description ListAttributeProxyImpl()
-
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
-
-