Commit Graph

14 Commits

Author SHA1 Message Date
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
Thomas Risberg
f92aa4a2d8 preparing for M3 2011-02-09 16:44:15 -05:00
Thomas Risberg
3714f0aa01 preparing for M2 2011-01-31 15:07:54 -05:00
Thomas Risberg
bacc9451ad preparing for M1 2010-12-23 17:12:51 -05:00
Thomas Risberg
e87314bd66 updated license and notice files 2010-12-23 14:26:09 -05:00
Thomas Risberg
0f7984a331 Switched to use new project layout; updated build; moved files around 2010-10-07 12:14:39 -04:00
Thomas Risberg
06b5ceff15 updated to use spring-data-parent; removed unused experimental classes 2010-09-09 16:39:33 -04:00
Thomas Risberg
7700d501e5 moved persistence classes to cross-store project 2010-08-15 20:26:02 -04:00
trisberg
4e9fccaa82 moving to datastore-graph project due to AspectJ compiler issue 2010-07-28 15:57:03 -04:00
trisberg
de5276c3f2 needed for graph tests 2010-07-27 20:51:45 -04:00
trisberg
fb2c81efdd first part of moving over cross-store classes/aspect; added aspectj compile support 2010-07-27 18:00:20 -04:00
trisberg
be8817f443 adding beginnings of some common abstractions 2010-07-19 15:40:39 -04:00
trisberg
7feb0a7c83 fixed typo in name 2010-06-10 21:01:21 -04:00
trisberg
eb866cd48c the beginning of the Sping Data Common sub-project 2010-06-10 16:50:23 -04:00