Interface MapPersistentAttribute<D,K,V>
-
- All Superinterfaces:
Attribute<D,java.util.Map<K,V>>,Bindable<V>,MapAttribute<D,K,V>,PersistentAttribute<D,java.util.Map<K,V>>,PersistentAttributeDescriptor<D,java.util.Map<K,V>>,PluralAttribute<D,java.util.Map<K,V>,V>,PluralPersistentAttribute<D,java.util.Map<K,V>,V>
public interface MapPersistentAttribute<D,K,V> extends MapAttribute<D,K,V>, PluralPersistentAttribute<D,java.util.Map<K,V>,V>
Hibernate extension to the JPAMapAttributedescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute
Attribute.PersistentAttributeType
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
Bindable.BindableType
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.PluralAttribute
PluralAttribute.CollectionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleTypeDescriptor<K>getKeyType()-
Methods inherited from interface javax.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
Methods inherited from interface javax.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
-
Methods inherited from interface javax.persistence.metamodel.MapAttribute
getKeyJavaType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
getKeyGraphType
-
Methods inherited from interface javax.persistence.metamodel.PluralAttribute
getCollectionType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
getDeclaringType, getElementType, getValueGraphType
-
-
-
-
Method Detail
-
getKeyType
SimpleTypeDescriptor<K> getKeyType()
- Specified by:
getKeyTypein interfaceMapAttribute<D,K,V>
-
-