org.apache.openjpa.jdbc.kernel.exps
Class HasContainsExpressionVisitor
java.lang.Object
org.apache.openjpa.kernel.exps.AbstractExpressionVisitor
org.apache.openjpa.jdbc.kernel.exps.HasContainsExpressionVisitor
- All Implemented Interfaces:
- ExpressionVisitor
class HasContainsExpressionVisitor
- extends AbstractExpressionVisitor
Determines whether the visited expressions include a "contains" expression.
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HasContainsExpressionVisitor
HasContainsExpressionVisitor()
hasContains
public static boolean hasContains(Expression exp)
enter
public void enter(Expression exp)
- Description copied from interface:
ExpressionVisitor
- Enter an expression. The expression will then invoke visits on its
components.
- Specified by:
enter
in interface ExpressionVisitor
- Overrides:
enter
in class AbstractExpressionVisitor
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.