criteria « Eclipse « JPA Q&A





1. JPA2: Case-insensitive like matching anywhere    stackoverflow.com

I have been using Hibernate Restrictions in JPA 1.0 ( Hibernate driver ). There is defined Restrictions.ilike("column","keyword", MatchMode.ANYWHERE) which tests if the keyword matching the column anywhere and it is case-insensitive. ...