GigaSpaces XAP 9.0 API

org.openspaces.jpa.openjpa.query
Class NotMatchesExpression

java.lang.Object
  extended by org.openspaces.jpa.openjpa.query.MatchesExpression
      extended by org.openspaces.jpa.openjpa.query.NotMatchesExpression
All Implemented Interfaces:
Serializable, org.apache.openjpa.kernel.exps.Expression, ExpressionNode

public class NotMatchesExpression
extends MatchesExpression

Represents a NOT LIKE expression in a JPQL query.

Since:
8.0.1
Author:
Idan Moyal
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openspaces.jpa.openjpa.query.ExpressionNode
ExpressionNode.NodeType
 
Field Summary
 
Fields inherited from class org.openspaces.jpa.openjpa.query.MatchesExpression
_candidate, _regularExpression
 
Method Summary
 void appendSql(StringBuilder sql)
          Appends the node SQL string to the string builder.
 
Methods inherited from class org.openspaces.jpa.openjpa.query.MatchesExpression
acceptVisit, getNodeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

appendSql

public void appendSql(StringBuilder sql)
Description copied from interface: ExpressionNode
Appends the node SQL string to the string builder.

Specified by:
appendSql in interface ExpressionNode
Overrides:
appendSql in class MatchesExpression
Parameters:
sql - The SQL string builder to append to.

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.