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

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.LtExpressionElement
All Implemented Interfaces:
ExpressionElement, NameSolverConsumer, RenderableSqlSubElement

public class LtExpressionElement
extends AExpressionElement

Author:
Francesco Cina 19/giu/2011

Constructor Summary
LtExpressionElement(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

LtExpressionElement

public LtExpressionElement(String property,
                           Object value)
Method Detail

getExpressionElementKey

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


Copyright © 2013. All Rights Reserved.