Uses of Interface
org.hibernate.metamodel.model.domain.MapPersistentAttribute
-
Packages that use MapPersistentAttribute Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.query.sqm.tree.domain 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 MapPersistentAttribute Modifier and Type Method Description MapPersistentAttribute<J,?,?>
AbstractManagedType. getDeclaredMap(String name)
MapPersistentAttribute<? super J,?,?>
AbstractManagedType. getMap(String name)
-
Uses of MapPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return MapPersistentAttribute Modifier and Type Method Description MapPersistentAttribute<O,K,V>
SqmMapJoin. getAttribute()
MapPersistentAttribute<O,K,V>
SqmMapJoin. getModel()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type MapPersistentAttribute Constructor Description SqmMapJoin(SqmFrom<?,O> lhs, MapPersistentAttribute<O,K,V> pluralValuedNavigable, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder)
SqmMapJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, MapPersistentAttribute<O,K,V> pluralValuedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)
-