Class CollectionAttributeProxyImpl<X,V>
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl<X,C>
-
- org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl<X,java.util.Collection<V>,V>
-
- org.eclipse.persistence.internal.jpa.metamodel.proxy.CollectionAttributeProxyImpl<X,V>
-
- Type Parameters:
X-V-
- All Implemented Interfaces:
java.io.Serializable,javax.persistence.metamodel.Attribute<X,java.util.Collection<V>>,javax.persistence.metamodel.Bindable<V>,javax.persistence.metamodel.CollectionAttribute<X,V>,javax.persistence.metamodel.PluralAttribute<X,java.util.Collection<V>,V>
public class CollectionAttributeProxyImpl<X,V> extends PluralAttributeProxyImpl<X,java.util.Collection<V>,V> implements javax.persistence.metamodel.CollectionAttribute<X,V>
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an CollectionAttribute is accessed in the metamodel.- Author:
- tware
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute
javax.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 CollectionAttributeProxyImpl()
-
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 javax.persistence.metamodel.Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
-