Uses of Class
org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
Packages that use SqmTreatedCrossJoin
Package
Description
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmTreatedCrossJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmTreatedCrossJoinModifier and TypeMethodDescriptionSqmTreatedCrossJoin.copy(SqmCopyContext context) SqmTreatedCrossJoin.on(@Nullable Expression restriction) SqmTreatedCrossJoin.on(@Nullable JpaExpression restriction) SqmTreatedCrossJoin.on(JpaPredicate @Nullable ... restrictions) SqmTreatedCrossJoin.treatAs(EntityDomainType treatTarget, @Nullable String alias, boolean fetch) -
Uses of SqmTreatedCrossJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmTreatedCrossJoinModifier and TypeMethodDescription<S extends T>
SqmTreatedCrossJoin<S extends T>
SqmTreatedCrossJoin<S extends T>
SqmTreatedCrossJoin<S extends T>
SqmTreatedCrossJoinSqmCrossJoin.treatAs(EntityDomainType<S> treatAsType) <S extends T>
SqmTreatedCrossJoinSqmCrossJoin.treatAs(EntityDomainType<S> treatTarget, @Nullable String alias) <S extends T>
SqmTreatedCrossJoinSqmCrossJoin.treatAs(EntityDomainType<S> treatTarget, @Nullable String alias, boolean fetch)