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

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

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

Methods in com.jpattern.orm.query.clause.where that return EqExpressionElement
static EqExpressionElement Expression.eq(String property, Object value)
          Express the "Equals to" relation between an object's property and a fixed value.
 



Copyright © 2013. All Rights Reserved.