Files
spring-data-commons/spring-data-commons-core
Phil Webb 7ff8a43a75 DATACMNS-66 - Added support for IgnoreCase as query keyword.
The query parsing subsystem now supports using IgnoreCase when referencing String parameters, e.g.:

  findByUsernameIgnoreCase(String username);

Both 'IgnoreCase' and 'IgnoringCase' are supported. If you'd like to entirely ignore cases for all String property references add 'AllIgnoreCase' or 'AllIgnoringCase' to the query method.
2011-08-25 12:53:08 +02:00
..
2010-11-17 17:37:14 -05:00
2011-07-21 13:13:00 -04:00