Uses of Class
com.jpattern.orm.query.clause.where.InExpressionElement

Packages that use InExpressionElement
com.jpattern.orm.query.clause.where   
 

Uses of InExpressionElement in com.jpattern.orm.query.clause.where
 

Methods in com.jpattern.orm.query.clause.where that return InExpressionElement
static InExpressionElement Expression.in(String property, Collection<?> values)
          In - property has a value in the collection of values.
static InExpressionElement Expression.in(String property, Object[] values)
          In - property has a value in the array of values.
 



Copyright © 2013. All Rights Reserved.