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 representingselectstatements 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 classTableGroupJoinclassTableReferenceJoinRepresents 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 classQuerySpec
-