Package jakarta.persistence.metamodel
Interface MapAttribute<X,K,V>
- 
- Type Parameters:
- X- The type the represented Map belongs to
- K- The type of the key of the represented Map
- V- The type of the value of the represented Map
 - All Superinterfaces:
- Attribute<X,Map<K,V>>,- Bindable<V>,- PluralAttribute<X,Map<K,V>,V>
 
 public interface MapAttribute<X,K,V> extends PluralAttribute<X,Map<K,V>,V> Instances of the typeMapAttributerepresent persistentjava.util.Map-valued attributes.- Since:
- 2.0
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.AttributeAttribute.PersistentAttributeType
 - 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.BindableBindable.BindableType
 - 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttributePluralAttribute.CollectionType
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 jakarta.persistence.metamodel.AttributegetDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
 - 
Methods inherited from interface jakarta.persistence.metamodel.BindablegetBindableJavaType, getBindableType
 - 
Methods inherited from interface jakarta.persistence.metamodel.PluralAttributegetCollectionType, getElementType
 
- 
 
-