Interface MapPersistentAttribute<D,K,V>
-
- All Superinterfaces:
Attribute<D,Map<K,V>>
,Bindable<V>
,BindableType<V>
,MapAttribute<D,K,V>
,PersistentAttribute<D,Map<K,V>>
,PluralAttribute<D,Map<K,V>,V>
,PluralPersistentAttribute<D,Map<K,V>,V>
,SqmExpressible<V>
,SqmExpressibleAccessor<V>
,SqmJoinable<D,V>
,SqmPathSource<V>
- All Known Implementing Classes:
MapAttributeImpl
public interface MapPersistentAttribute<D,K,V> extends MapAttribute<D,K,V>, PluralPersistentAttribute<D,Map<K,V>,V>
Hibernate extension to the JPAMapAttribute
descriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
Attribute.PersistentAttributeType
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
Bindable.BindableType
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttribute
PluralAttribute.CollectionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqmPathSource<K>
getKeyPathSource()
SimpleDomainType<K>
getKeyType()
-
Methods inherited from interface jakarta.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
Methods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
-
Methods inherited from interface org.hibernate.query.BindableType
getBindableJavaType
-
Methods inherited from interface jakarta.persistence.metamodel.MapAttribute
getKeyJavaType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.PersistentAttribute
getAttributeClassification, getAttributeJavaType
-
Methods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
getCollectionClassification, getDeclaringType, getElementPathSource, getElementType, getIndexPathSource, getKeyGraphType, getValueGraphType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getExpressibleJavaType, getRelationalJavaType, getTypeName, isInstance, resolveExpressible
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
getNodeJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmJoinable
createNavigablePath, createSqmJoin, getName
-
Methods inherited from interface org.hibernate.query.sqm.SqmPathSource
createSqmPath, findSubPathSource, findSubPathSource, getExpressible, getIntermediatePathSource, getPathName, getSqmPathType, getSqmType, getSubPathSource, getSubPathSource, isGeneric
-
-
-
-
Method Detail
-
getKeyPathSource
SqmPathSource<K> getKeyPathSource()
-
getKeyType
SimpleDomainType<K> getKeyType()
- Specified by:
getKeyType
in interfaceMapAttribute<D,K,V>
-
-