X - The type the represented Map belongs toK - The type of the key of the represented MapV - The type of the value of the represented Mappublic interface MapAttribute<X,K,V> extends PluralAttribute<X,Map<K,V>,V>
MapAttribute represent
 persistent java.util.Map-valued attributes.PluralAttribute.CollectionTypeAttribute.PersistentAttributeTypeBindable.BindableType| Modifier and Type | Method and Description | 
|---|---|
Class<K> | 
getKeyJavaType()
Return the Java type of the map key. 
 | 
Type<K> | 
getKeyType()
Return the type representing the key type of the map. 
 | 
getCollectionType, getElementTypegetDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectiongetBindableJavaType, getBindableTypeCopyright © 2016. All rights reserved.