Module org.eclipse.persistence.jpa
Class PluralAttributeProxyImpl<X,C,V>  
java.lang.Object
org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl<X,C>
 
org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl<X,C,V>  
- Type Parameters:
- X-
- C-
- V-
- All Implemented Interfaces:
- Attribute<X,,- C> - Bindable<V>,- PluralAttribute<X,,- C, - V> - Serializable
- Direct Known Subclasses:
- CollectionAttributeProxyImpl,- ListAttributeProxyImpl,- MapAttributeProxyImpl,- SetAttributeProxyImpl
public class PluralAttributeProxyImpl<X,C,V>  
extends AttributeProxyImpl<X,C>
implements PluralAttribute<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.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface jakarta.persistence.metamodel.AttributeAttribute.PersistentAttributeTypeNested classes/interfaces inherited from interface jakarta.persistence.metamodel.BindableBindable.BindableTypeNested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttributePluralAttribute.CollectionType
- 
Field SummaryFields inherited from class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImplattribute, factories
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpladdFactory, getAttribute, getAttributeInternal, getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection, setAttributeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.persistence.metamodel.AttributegetDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
- 
Constructor Details- 
PluralAttributeProxyImplpublic PluralAttributeProxyImpl()
 
- 
- 
Method Details- 
getBindableType- Specified by:
- getBindableTypein interface- Bindable<X>
 
- 
getBindableJavaType- Specified by:
- getBindableJavaTypein interface- Bindable<X>
 
- 
getCollectionType- Specified by:
- getCollectionTypein interface- PluralAttribute<X,- C, - V> 
 
- 
getElementType- Specified by:
- getElementTypein interface- PluralAttribute<X,- C, - V> 
 
 
-