Uses of Interface
org.hibernate.sql.ast.tree.predicate.PredicateContainer
Packages that use PredicateContainer
Package
Description
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing
select
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 PredicateContainerModifier and TypeClassDescriptionclass
class
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