org.hibernate.hql.ast.util
Class ASTUtil.IncludePredicate
java.lang.Object
org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
- ASTUtil
- ASTUtil.FilterPredicate
public static abstract class ASTUtil.IncludePredicate
extends java.lang.Object
A predicate that uses inclusion, rather than exclusion semantics.
boolean | exclude(AST node) - Returns true if the node should be filtered out.
|
abstract boolean | include(AST node)
|
exclude
public final boolean exclude(AST node)
Returns true if the node should be filtered out.
- exclude in interface ASTUtil.FilterPredicate
- true if the node should be filtered out, false to keep the node.
include
public abstract boolean include(AST node)