org.apache.openjpa.kernel.exps
Class StartsWithExpression
java.lang.Object
  
org.apache.openjpa.kernel.exps.Exp
      
org.apache.openjpa.kernel.exps.CompareExpression
          
org.apache.openjpa.kernel.exps.StartsWithExpression
- All Implemented Interfaces: 
 - Serializable, Expression
 
 class StartsWithExpression
- 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 | 
 
StartsWithExpression
public StartsWithExpression(Val val1,
                            Val val2)
- Constructor. Supply values to compare.
 
compare
protected boolean compare(Object o1,
                          Object o2)
- Description copied from class: 
CompareExpression 
- Compare the two values.
- Specified by:
 compare in class CompareExpression
 
 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.