com.jpattern.orm.query.clause.where
Class GeExpressionElement

java.lang.Object
  extended by com.jpattern.orm.query.SmartRenderableSqlSubElement
      extended by com.jpattern.orm.query.clause.where.AExpressionElement
          extended by com.jpattern.orm.query.clause.where.GeExpressionElement
All Implemented Interfaces:
ExpressionElement, NameSolverConsumer, RenderableSqlSubElement

public class GeExpressionElement
extends AExpressionElement

Author:
Francesco Cina 19/giu/2011

Constructor Summary
GeExpressionElement(String property, Object value)
           
 
Method Summary
 String getExpressionElementKey()
           
 
Methods inherited from class com.jpattern.orm.query.clause.where.AExpressionElement
appendElementValues, doElementRender, getElementStatusVersion, getProperty, getPropertyDecorator, getValue, getValueDecorator, getValues, hasValue, hasValues, nameSolver, setNameSolver, setProperty, setPropertyDecorator, setValue, setValueDecorator, setValues
 
Methods inherited from class com.jpattern.orm.query.SmartRenderableSqlSubElement
isElementStatusChanged, renderSqlElement, renderSqlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jpattern.orm.query.RenderableSqlSubElement
renderSqlElement, renderSqlElement
 

Constructor Detail

GeExpressionElement

public GeExpressionElement(String property,
                           Object value)
Method Detail

getExpressionElementKey

public String getExpressionElementKey()
Specified by:
getExpressionElementKey in class AExpressionElement


Copyright © 2013. All Rights Reserved.