com.jpattern.orm.query.clause.where
Class NotExpressionElement
java.lang.Object
com.jpattern.orm.query.clause.where.NotExpressionElement
- All Implemented Interfaces:
- ExpressionElement, NameSolverConsumer, RenderableSqlSubElement
public class NotExpressionElement
- extends Object
- implements ExpressionElement
- Author:
- Francesco Cina
26/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected final ExpressionElement expression
NotExpressionElement
public NotExpressionElement(ExpressionElement expression)
renderSqlElement
public String renderSqlElement()
- Description copied from interface:
RenderableSqlSubElement
- Return the sql query generated by this IQuery Object
- Specified by:
renderSqlElement in interface RenderableSqlSubElement
- Returns:
renderSqlElement
public void renderSqlElement(StringBuilder StringBuilder)
- Description copied from interface:
RenderableSqlSubElement
- Append to the string buffer the sql query generated by this IQuery Object
- Specified by:
renderSqlElement in interface RenderableSqlSubElement
setNameSolver
public void setNameSolver(NameSolver nameSolver)
- Specified by:
setNameSolver in interface NameSolverConsumer
appendElementValues
public final void appendElementValues(List<Object> values)
- Description copied from interface:
RenderableSqlSubElement
- Append to the list all the values of the expression's elements
- Specified by:
appendElementValues in interface RenderableSqlSubElement
Copyright © 2013. All Rights Reserved.