|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
Instances of the type MapAttribute
represent
persistent java.util.Map
-valued attributes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.persistence.metamodel.PluralAttribute |
---|
PluralAttribute.CollectionType |
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute |
---|
Attribute.PersistentAttributeType |
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable |
---|
Bindable.BindableType |
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.persistence.metamodel.PluralAttribute |
---|
getCollectionType, getElementType |
Methods inherited from interface javax.persistence.metamodel.Attribute |
---|
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection |
Methods inherited from interface javax.persistence.metamodel.Bindable |
---|
getBindableJavaType, getBindableType |
Method Detail |
---|
java.lang.Class<K> getKeyJavaType()
Type<K> getKeyType()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |