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