Uses of Interface
org.hibernate.query.sqm.tree.from.SqmAttributeJoin
Packages that use SqmAttributeJoin
Package
Description
This package defines a semantic model of HQL queries.
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.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.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmAttributeJoinModifier and TypeMethodDescriptionprotected voidBaseSemanticQueryWalker.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 TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmPluralJoin<L,C, E> Base support for joins to plural attributesclassSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassSqmCorrelatedMapJoin<L,K, V> classSqmCorrelatedSetJoin<O,T> classclassSqmListJoin<O,E> classSqmMapJoin<L,K, V> classSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<L, R, S extends R>classSqmTreatedListJoin<O, T, S extends T>classSqmTreatedMapJoin<L, K, V, S extends V>classSqmTreatedSetJoin<O, T, S extends T>classSqmTreatedSingularJoin<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> @NonNull SqmAttributeJoin<?, ?> SqmIndexedCollectionAccessPath.getLhs()<X,Y> SqmAttributeJoin <X, Y> <X,Y> SqmAttributeJoin <X, Y> AbstractSqmAttributeJoin.on(@Nullable JpaExpression<Boolean> restriction) AbstractSqmAttributeJoin.on(JpaPredicate @Nullable ... restrictions) Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmAttributeJoinModifierConstructorDescriptionSqmIndexedCollectionAccessPath(NavigablePath navigablePath, SqmAttributeJoin<?, ?> pluralDomainPath, SqmExpression<?> selectorExpression) -
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 TypeMethodDescriptionSqmAttributeJoin.copy(SqmCopyContext context) <X,Y> SqmAttributeJoin <X, Y> <X,Y> SqmAttributeJoin <X, Y> <X,Y> SqmAttributeJoin <X, Y> <X,Y> SqmAttributeJoin <X, Y>