grails/grails-doc

createCriteria.html page references non-existent link

tircnf opened this issue · 0 comments

The listDistinct() method does not work well with the pagination options maxResult and firstResult. If you need distinct results with pagination, we currently recommend that you use HQL. You can find out more information from this blog post.

the blog post is linked to http://floledermann.blogspot.com/2007/10/solving-hibernate-criterias-distinct.html

which is from 2007 and doesn't exist anymore.