Uses of Interface
org.hibernate.sql.ast.tree.from.TableJoin
Packages that use TableJoin
Package
Description
AST nodes representing root tables and joins in a SQL tree.
-
Uses of TableJoin in org.hibernate.sql.ast.tree.from
Classes in org.hibernate.sql.ast.tree.from that implement TableJoinModifier and TypeClassDescriptionclassclassRepresents a join to aTableReference; roughly equivalent to a SQL join.Method parameters in org.hibernate.sql.ast.tree.from with type arguments of type TableJoinModifier and TypeMethodDescription<T> TFromClause.queryTableJoins(Function<TableJoin, T> action) voidFromClause.visitTableJoins(Consumer<TableJoin> action)