Uses of Interface
org.hibernate.metamodel.model.domain.MapPersistentAttribute
Packages that use MapPersistentAttribute
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of MapPersistentAttribute in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return MapPersistentAttributeModifier and TypeMethodDescriptionMapPersistentAttribute<J,
?, ?> AbstractManagedType.getDeclaredMap
(String name) MapPersistentAttribute<? super J,
?, ?> -
Uses of MapPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MapPersistentAttribute -
Uses of MapPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return MapPersistentAttributeConstructors in org.hibernate.query.sqm.tree.domain with parameters of type MapPersistentAttributeModifierConstructorDescriptionSqmMapJoin
(SqmFrom<?, L> lhs, MapPersistentAttribute<L, K, V> pluralValuedNavigable, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protected
SqmMapJoin
(SqmFrom<?, L> lhs, NavigablePath navigablePath, MapPersistentAttribute<L, K, V> pluralValuedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)