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

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

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

Methods in com.jpattern.orm.query.clause.where that return IEqPropertiesExpressionElement
static IEqPropertiesExpressionElement Expression.ieqProperties(String firstProperty, String secondProperty)
          Express the "Insensitive Equal To" bbetween objects properties (it uses a lower() function to make both case insensitive).
 



Copyright © 2013. All Rights Reserved.