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 classTableGroupJoinclassTableReferenceJoinRepresents 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> TFromClause. queryTableJoins(Function<TableJoin,T> action)voidFromClause. visitTableJoins(Consumer<TableJoin> action)
-