X - The type the represented Collection belongs toV - The element type of the represented Collectionpublic class CollectionAttributeImpl<X,V> extends PluralAttributeImpl<X,java.util.Collection<V>,V> implements javax.persistence.metamodel.CollectionAttribute<X,V>
Purpose: Provides the implementation for the CollectionAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Description: Instances of the type CollectionAttribute represent persistent Collection-valued attributes.
CollectionAttribute,
Serialized Formjavax.persistence.metamodel.PluralAttribute.CollectionType| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.PluralAttribute.CollectionType |
getCollectionType()
Return the collection type.
|
java.lang.Class |
getJavaType()
Return the Java type of the represented attribute.
|
getBindableJavaType, getBindableType, getCollectionMapping, getElementType, isPlural, toStringgetDeclaringType, getJavaMember, getManagedTypeImpl, getMapping, getName, getPersistentAttributeType, isAssociation, isCollectionequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic javax.persistence.metamodel.PluralAttribute.CollectionType getCollectionType()
getCollectionType in interface javax.persistence.metamodel.PluralAttribute<X,java.util.Collection<V>,V>getCollectionType in class PluralAttributeImpl<X,java.util.Collection<V>,V>public java.lang.Class getJavaType()
getJavaType in interface javax.persistence.metamodel.Attribute<X,java.util.Collection<V>>getJavaType in class AttributeImpl<X,java.util.Collection<V>>EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference