com.jpattern.orm.query.clause.where
Class InExpressionElement
java.lang.Object
com.jpattern.orm.query.SmartRenderableSqlSubElement
com.jpattern.orm.query.clause.where.AExpressionElement
com.jpattern.orm.query.clause.where.InExpressionElement
- All Implemented Interfaces:
- ExpressionElement, NameSolverConsumer, RenderableSqlSubElement
public class InExpressionElement
- extends AExpressionElement
- Author:
- Francesco Cina
19/giu/2011
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InExpressionElement
public InExpressionElement(String property,
Object... values)
InExpressionElement
public InExpressionElement(String property,
Collection<?> values)
getExpressionElementKey
public String getExpressionElementKey()
- Specified by:
getExpressionElementKey in class AExpressionElement
Copyright © 2013. All Rights Reserved.