Initial add of SpiNamedParam

This commit is contained in:
Robin Bygrave
2016-07-12 20:45:33 +12:00
parent 86faa947af
commit 1a1c432c2a
11 changed files with 153 additions and 36 deletions
@@ -192,6 +192,11 @@ public interface ExpressionFactory {
*/
ExampleExpression exampleLike(Object example, boolean caseInsensitive, LikeType likeType);
/**
* Create the query by Example expression specifying more options.
*/
Expression like(LikeType likeType, String propertyName, Object value);
/**
* Like - property like value where the value contains the SQL wild card
* characters % (percentage) and _ (underscore).