Uses of Interface
org.hibernate.query.sqm.tree.from.SqmAttributeJoin
Packages that use SqmAttributeJoin
Package
Description
Implementation of the SPI for the runtime domain metamodel.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmAttributeJoin in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return SqmAttributeJoinModifier and TypeMethodDescriptionBagAttributeImpl.createSqmJoin
(SqmFrom<?, X> lhs, SqmJoinType joinType, String alias, boolean fetched, SqmCreationState creationState) ListAttributeImpl.createSqmJoin
(SqmFrom<?, X> lhs, SqmJoinType joinType, String alias, boolean fetched, SqmCreationState creationState) MapAttributeImpl.createSqmJoin
(SqmFrom<?, X> lhs, SqmJoinType joinType, String alias, boolean fetched, SqmCreationState creationState) SetAttributeImpl.createSqmJoin
(SqmFrom<?, X> lhs, SqmJoinType joinType, String alias, boolean fetched, SqmCreationState creationState) -
Uses of SqmAttributeJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmAttributeJoinModifier and TypeMethodDescriptionSemanticQueryWalker.visitQualifiedAttributeJoin
(SqmAttributeJoin<?, ?> joinedFromElement) -
Uses of SqmAttributeJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmAttributeJoinModifier and TypeMethodDescriptionstatic <T,
A> SqmAttributeJoin<T, A> SqmUtil.findCompatibleFetchJoin
(SqmFrom<?, T> sqmFrom, SqmPathSource<A> pathSource, SqmJoinType requestedJoinType) Methods in org.hibernate.query.sqm.internal with parameters of type SqmAttributeJoinModifier and TypeMethodDescriptionSqmPathVisitor.visitQualifiedAttributeJoin
(SqmAttributeJoin<?, ?> path) SqmTreePrinter.visitQualifiedAttributeJoin
(SqmAttributeJoin<?, ?> joinedFromElement) -
Uses of SqmAttributeJoin in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmAttributeJoinModifier and TypeMethodDescriptionprotected void
BaseSemanticQueryWalker.consumeAttributeJoin
(SqmAttributeJoin<?, ?> sqmJoin, boolean transitive) BaseSemanticQueryWalker.visitQualifiedAttributeJoin
(SqmAttributeJoin<?, ?> joinedFromElement) -
Uses of SqmAttributeJoin in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqmAttributeJoinMethods in org.hibernate.query.sqm.sql with parameters of type SqmAttributeJoinModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitQualifiedAttributeJoin
(SqmAttributeJoin<?, ?> sqmJoin) -
Uses of SqmAttributeJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement SqmAttributeJoinModifier and TypeClassDescriptionclass
Models a join based on a mapped attribute reference.class
AbstractSqmPluralJoin<L,
C, E> Base support for joins to plural attributesclass
SqmBagJoin<O,
E> class
SqmCorrelatedBagJoin<O,
T> class
class
SqmCorrelatedMapJoin<L,
K, V> class
SqmCorrelatedSetJoin<O,
T> class
class
SqmListJoin<O,
E> class
SqmMapJoin<L,
K, V> class
SqmSetJoin<O,
E> class
SqmSingularJoin<O,
T> class
SqmTreatedBagJoin<L,
R, R1 extends R> class
SqmTreatedListJoin<O,
T, S extends T> class
SqmTreatedMapJoin<L,
K, V, S extends V> class
SqmTreatedSetJoin<O,
T, S extends T> class
SqmTreatedSingularJoin<O,
T, S extends T> Methods in org.hibernate.query.sqm.tree.domain that return SqmAttributeJoinModifier and TypeMethodDescription<A> SqmAttributeJoin<T,
A> AbstractSqmFrom.fetch
(PluralAttribute<? super T, ?, A> attribute) <A> SqmAttributeJoin<T,
A> AbstractSqmFrom.fetch
(PluralAttribute<? super T, ?, A> attribute, JoinType jt) <X,
A> SqmAttributeJoin<X, A> <X,
A> SqmAttributeJoin<X, A> <X,
Y> SqmAttributeJoin<X, Y> <X,
Y> SqmAttributeJoin<X, Y> AbstractSqmAttributeJoin.on
(JpaExpression<Boolean> restriction) AbstractSqmAttributeJoin.on
(JpaPredicate... restrictions) -
Uses of SqmAttributeJoin in org.hibernate.query.sqm.tree.from
Subinterfaces of SqmAttributeJoin in org.hibernate.query.sqm.tree.fromMethods in org.hibernate.query.sqm.tree.from that return SqmAttributeJoinModifier and TypeMethodDescription<X,
Y> SqmAttributeJoin<X, Y> <X,
Y> SqmAttributeJoin<X, Y> <X,
Y> SqmAttributeJoin<X, Y> <X,
Y> SqmAttributeJoin<X, Y>