当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
ASTUtil.FilterPredicate (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.ast.util
Interface ASTUtil.FilterPredicate
- All Known Implementing Classes:
- ASTUtil.IncludePredicate
- Enclosing interface:
- ASTUtil
- public static interface ASTUtil.FilterPredicate
Filters nodes out of a tree.
Method Summary |
boolean |
exclude(antlr.collections.AST n)
Returns true if the node should be filtered out. |
exclude
public boolean exclude(antlr.collections.AST n)
- Returns true if the node should be filtered out.
- Parameters:
n
- The node.
- Returns:
- true if the node should be filtered out, false to keep the node.