Files
spring-data-commons/spring-data-commons-core
Oliver Gierke aeee6935f5 DATACMNS-15 - Added support to discover Distinct keyword.
Query method names now support Distinct in method name prefixes. Beyond that I laxed the prefix constraints a little so that it can potentially contain anything before a 'By' separator:

- findByLastname -> simply query
- findUsersByLastname -> simple query
- findUsersDistinctByFirstname -> distinct query
- findDistinctUsersByFirstname -> distinct query
- findDistinctByLastname -> distinct query
2011-02-21 19:07:22 +01:00
..
2010-11-17 17:37:14 -05:00
2010-11-17 17:37:14 -05:00
2010-11-17 17:37:14 -05:00
2011-02-09 17:01:32 -05:00