Uses of Interface
org.hibernate.hql.ast.ASTUtil.FilterPredicate

Packages that use ASTUtil.FilterPredicate
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
 

Uses of ASTUtil.FilterPredicate in org.hibernate.hql.ast
 

Classes in org.hibernate.hql.ast that implement ASTUtil.FilterPredicate
static class ASTUtil.IncludePredicate
          A predicate that uses inclusion, rather than exclusion semantics.
 

Methods in org.hibernate.hql.ast with parameters of type ASTUtil.FilterPredicate
static List ASTUtil.collectChildren(antlr.collections.AST root, ASTUtil.FilterPredicate predicate)