|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| 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()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||