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 MapAttribute<X,java.util.Map<K,V>>, Bindable<V>, PluralAttribute<X,java.util.Map<K,V>,V>public interface MapAttribute<X,K,V> extends PluralAttribute<X,java.util.Map<K,V>,V>
MapAttribute represent
persistent java.util.Map-valued attributes.Attribute.PersistentAttributeTypeBindable.BindableTypePluralAttribute.CollectionType| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<K> |
getKeyJavaType() |
Return the Java type of the map key.
|
Type<K> |
getKeyType() |
Return the type representing the key type of the map.
|
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectiongetBindableJavaType, getBindableTypegetCollectionType, getElementTypeCopyright © 2018. All rights reserved.