Uses of Interface
org.hibernate.sql.ast.tree.from.TableJoin
-
Packages that use TableJoin Package Description org.hibernate.sql.ast.tree.from 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 TableJoin Modifier and Type Class Description class
TableGroupJoin
class
TableReferenceJoin
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 TableJoin Modifier and Type Method Description <T> T
FromClause. queryTableJoins(Function<TableJoin,T> action)
void
FromClause. visitTableJoins(Consumer<TableJoin> action)
-