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

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

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

Methods in com.jpattern.orm.query.clause.where that return NLikeExpressionElement
static NLikeExpressionElement Expression.nlike(String property, Object value)
          Not Like - property like value where the value contains the SQL wild card characters % (percentage) and _ (underscore).
 



Copyright © 2013. All Rights Reserved.