org.apache.openjpa.kernel.exps
Class MatchesExpression
java.lang.Object
   org.apache.openjpa.kernel.exps.Exp
org.apache.openjpa.kernel.exps.Exp
       org.apache.openjpa.kernel.exps.CompareExpression
org.apache.openjpa.kernel.exps.CompareExpression
           org.apache.openjpa.kernel.exps.MatchesExpression
org.apache.openjpa.kernel.exps.MatchesExpression
- All Implemented Interfaces: 
- Serializable, Expression
-  class MatchesExpression 
- extends CompareExpression
Expression that compares two others.
- Author:
- Abe White
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MatchesExpression
public MatchesExpression(Val val1,
                         Val val2,
                         String single,
                         String multi,
                         String escape,
                         boolean affirmation)
- Constructor. Supply values to compare.
 
compare
protected boolean compare(Object o1,
                          Object o2)
- Description copied from class: CompareExpression
- Compare the two values.
 
- 
- Specified by:
- comparein class- CompareExpression
 
- 
 
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.