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 TypeClassDescriptionclass
class
Represents 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> T
FromClause.queryTableJoins
(Function<TableJoin, T> action) void
FromClause.visitTableJoins
(Consumer<TableJoin> action)