Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmBagPersistentAttribute
Packages that use SqmBagPersistentAttribute
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmBagPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmBagPersistentAttributeConstructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmBagPersistentAttributeModifierConstructorDescriptionSqmBagJoin
(SqmFrom<?, O> lhs, SqmBagPersistentAttribute<? super O, E> attribute, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protected
SqmBagJoin
(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmBagPersistentAttribute<O, E> attribute, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)