Changes in this version include:
New features:
o Implementation if case-insensitive LIKE expressions
o Added IN restriction for arrays and collections
o Added support for MEMBER OF restrictions
o Support for custom JPQL restrictions
o Simpler junction creation with new factory methods and() and or()
o Added allEq() factory method for creation of conjunctions containing
only
EQUALS restrictions
o Added COUNT projection and some handy factory methods
o Implementation of aggregate functions MAX, MIN, AVG and SUM
o Added Criteria.getSingleResultOrNull() method that returns null for
an empty
result instead of throwing a NoResultException
Have fun!
-Criteria4JPA team