Uses of Interface
org.hibernate.metamodel.model.domain.MapPersistentAttribute
-
Packages that use MapPersistentAttribute Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.query.sqm.tree.domain -
-
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()MapPersistentAttribute<O,K,V>SqmMapJoin. getReferencedPathSource()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)
-