Uses of Interface
org.hibernate.sql.ast.tree.predicate.PredicateContainer
-
Packages that use PredicateContainer Package Description org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.ast.tree.select AST nodes representingselect
statements in a SQL tree. -
-
Uses of PredicateContainer in org.hibernate.sql.ast.tree.from
Classes in org.hibernate.sql.ast.tree.from that implement PredicateContainer Modifier and Type Class Description class
TableGroupJoin
class
TableReferenceJoin
Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Uses of PredicateContainer in org.hibernate.sql.ast.tree.select
Classes in org.hibernate.sql.ast.tree.select that implement PredicateContainer Modifier and Type Class Description class
QuerySpec
-