public static class Members.MapAttributeImpl<X,K,V> extends Members.PluralAttributeImpl<X,Map<K,V>,V> implements javax.persistence.metamodel.MapAttribute<X,K,V>
javax.persistence.metamodel.PluralAttribute.CollectionType
fmd, owner
Constructor and Description |
---|
MapAttributeImpl(AbstractManagedType<X> owner,
FieldMetaData fmd) |
Modifier and Type | Method and Description |
---|---|
javax.persistence.metamodel.PluralAttribute.CollectionType |
getCollectionType() |
Class<K> |
getKeyJavaType() |
javax.persistence.metamodel.Type<K> |
getKeyType() |
javax.persistence.metamodel.Attribute.PersistentAttributeType |
getPersistentAttributeType()
Returns the persistent category for the attribute.
|
getBindableJavaType, getBindableType, getElementType
compareTo, getDeclaringType, getJavaMember, getJavaType, getName, getType, isAssociation, isCollection, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MapAttributeImpl(AbstractManagedType<X> owner, FieldMetaData fmd)
public javax.persistence.metamodel.PluralAttribute.CollectionType getCollectionType()
public javax.persistence.metamodel.Type<K> getKeyType()
public javax.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()
Members.Member
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.