|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 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 Map<X,K,V>
Instances of the type Map represent persistent Map-valued attributes.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.persistence.metamodel.AbstractCollection |
|---|
AbstractCollection.CollectionType, AbstractCollection.Multiplicity |
| 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.AbstractCollection |
|---|
getCollectionType, getElementType, getMultiplicity |
| Methods inherited from interface javax.persistence.metamodel.Member |
|---|
getDeclaringType, getJavaMember, getMemberJavaType, getName, isAssociation, isCollection |
| Methods inherited from interface javax.persistence.metamodel.Bindable |
|---|
getBindableType, getJavaType |
| Method Detail |
|---|
java.lang.Class<K> getKeyJavaType()
Type<K> getKeyType()
|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||