org.openspaces.jpa.openjpa.query
Class NotMatchesExpression
java.lang.Object
  
org.openspaces.jpa.openjpa.query.MatchesExpression
      
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
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.
 
 
Copyright © GigaSpaces.