Tag Archives: Criteria

Using Criteria to return a distinct list of Ids from a projection in Grails

Usually to obtain a list of Partner ids for which a user has a Privilege, identifying the user by login with help of a hibernate criteria builder you’d do this: However, if there are more than one Privilege (maybe of … Continue reading

Posted in Database | Tagged , , , , | 1 Comment