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 SqmBagPersistentAttributeModifier and TypeMethodDescription@NonNull SqmBagPersistentAttribute<O, E> SqmBagJoin.getAttribute()SqmBagJoin.getModel()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmBagPersistentAttributeModifierConstructorDescriptionSqmBagJoin(SqmFrom<?, O> lhs, SqmBagPersistentAttribute<? super O, E> attribute, @Nullable String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmBagJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmBagPersistentAttribute<O, E> attribute, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)