Skip to content

Support usage of distinct on properties [DATACMNS-115] #594

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions