Open
Description
Thomas Hackel opened DATACMNS-115 and commented
Allow to use a method like:
List<String> findDistinctName();
SQL Equivalent:
select distinct(name) from foo;
Also additional where clause should work too:
List<String> findDistinctNameByLastName(String lastName);
Issue Links:
- DATACMNS-89 Support for projections in repository query methods
("depends on")
5 votes, 7 watchers