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

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

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

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



Copyright © 2013. All Rights Reserved.