public class LikeExpression extends BinaryExpressionPredicate
_e1, _e2, _op
CLOSE_BRACE, COMMA, EMPTY, OPEN_BRACE
Constructor and Description |
---|
LikeExpression(Expression e,
Expression pattern) |
LikeExpression(Expression e,
Expression pattern,
Object echar) |
Modifier and Type | Method and Description |
---|---|
String |
asExpression(AliasContext ctx)
Get a JPQL fragment as used in WHERE clause.
|
and, asExpression, getOperand, getOperand2, getOperator, not, or
asJoinable, asProjection, getAliasHint
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asJoinable, asProjection, getAliasHint
public LikeExpression(Expression e, Expression pattern, Object echar)
public LikeExpression(Expression e, Expression pattern)
public String asExpression(AliasContext ctx)
Visitable
asExpression
in interface Visitable
asExpression
in class BinaryExpressionPredicate
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.