X - The type the represented Collection belongs toE - The element type of the represented Collectionpublic class CollectionAttributeImpl<X,E> extends PluralAttributeImpl<X,Collection<E>,E> implements javax.persistence.metamodel.CollectionAttribute<X,E>
javax.persistence.metamodel.PluralAttribute.CollectionType| Constructor and Description |
|---|
CollectionAttributeImpl(org.datanucleus.metadata.AbstractMemberMetaData mmd,
ManagedTypeImpl owner)
Constructor for a CollectionAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.PluralAttribute.CollectionType |
getCollectionType() |
getBindableJavaType, getBindableType, getElementTypegetDeclaringType, getJavaMember, getJavaType, getMetadata, getName, getPersistentAttributeType, getType, isAssociation, isCollectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CollectionAttributeImpl(org.datanucleus.metadata.AbstractMemberMetaData mmd,
ManagedTypeImpl owner)
mmd - Metadata for the memberowner - The owner classpublic javax.persistence.metamodel.PluralAttribute.CollectionType getCollectionType()
getCollectionType in interface javax.persistence.metamodel.PluralAttribute<X,Collection<E>,E>getCollectionType in class PluralAttributeImpl<X,Collection<E>,E>Copyright © 2015. All rights reserved.