org.apache.openjpa.persistence.query
Class LikeExpression
java.lang.Object
   org.apache.openjpa.persistence.query.AbstractVisitable
org.apache.openjpa.persistence.query.AbstractVisitable
       org.apache.openjpa.persistence.query.BinaryExpressionPredicate
org.apache.openjpa.persistence.query.BinaryExpressionPredicate
           org.apache.openjpa.persistence.query.LikeExpression
org.apache.openjpa.persistence.query.LikeExpression
- All Implemented Interfaces: 
- Serializable, Predicate, Visitable
- public class LikeExpression 
- extends BinaryExpressionPredicate
Denotes e1 LIKE e2 Expression.
- Author:
- Pinaki Poddar
- See Also:
- Serialized Form
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
LikeExpression
public LikeExpression(Expression e,
                      Expression pattern,
                      Object echar)
LikeExpression
public LikeExpression(Expression e,
                      Expression pattern)
asExpression
public String asExpression(AliasContext ctx)
- Description copied from interface: Visitable
- Get a JPQL fragment as used in WHERE clause.
 
- 
- Specified by:
- asExpressionin interface- Visitable
- Overrides:
- asExpressionin class- BinaryExpressionPredicate
 
- 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.