Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmBagPersistentAttribute
Packages that use SqmBagPersistentAttribute
Package
Description
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmBagPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmBagPersistentAttribute -
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)