At the moment we can select by distinct column `Projections.distinct(Projections.property("id"));` but we only get list of ids in this case.
Usually we want to select list of entities.
Please add possibility to select list of entity by distinct column.
https://stackoverflow.com/questions/49452565/hibernate-select-distinct-return-only-id |
|