X - 表されるマップが属する型K - 表されるマップのキーの型V - 表されるマップの値の型public interface MapAttribute<X,K,V> extends PluralAttribute<X,java.util.Map<K,V>,V>
MapAttribute型のインスタンスは永続化されたjava.util.Mapの値の属性を表します。PluralAttribute.CollectionTypeAttribute.PersistentAttributeTypeBindable.BindableType| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Class<K> |
getKeyJavaType()
マップのキーのJava型を返します。
|
Type<K> |
getKeyType()
マップのキーの型を表す型を返します。
|
getCollectionType, getElementTypegetDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectiongetBindableJavaType, getBindableTypeTranslated by @megascus.