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 class MapAttributeImpl<X,K,V> extends PluralAttributeImpl<X,java.util.Map<K,V>,V> implements javax.persistence.metamodel.MapAttribute<X,K,V>
Purpose: Provides the implementation for the MapAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Description: Instances of the type MapAttribute represent persistent Map-valued attributes.
MapAttribute
,
Serialized Formjavax.persistence.metamodel.PluralAttribute.CollectionType
Modifier and Type | Method and Description |
---|---|
javax.persistence.metamodel.PluralAttribute.CollectionType |
getCollectionType()
Return the collection type.
|
java.lang.Class |
getJavaType()
Return the Java type of the represented attribute.
|
java.lang.Class<K> |
getKeyJavaType()
Return the Java type of the map key.
|
javax.persistence.metamodel.Type<K> |
getKeyType()
Return the type representing the key type of the map.
|
getBindableJavaType, getBindableType, getCollectionMapping, getElementType, isPlural, toString
getDeclaringType, getJavaMember, getManagedTypeImpl, getMapping, getName, getPersistentAttributeType, isAssociation, isCollection
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public javax.persistence.metamodel.PluralAttribute.CollectionType getCollectionType()
getCollectionType
in interface javax.persistence.metamodel.PluralAttribute<X,java.util.Map<K,V>,V>
getCollectionType
in class PluralAttributeImpl<X,java.util.Map<K,V>,V>
public java.lang.Class getJavaType()
getJavaType
in interface javax.persistence.metamodel.Attribute<X,java.util.Map<K,V>>
getJavaType
in class AttributeImpl<X,java.util.Map<K,V>>
public java.lang.Class<K> getKeyJavaType()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference