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
2011-07-15 10:08:38 +02:00
2011-07-21 13:13:00 -04:00
Description
No description provided
22 MiB
Languages
Java 100%