jpa 2 hibernate limit (max results) to a CriteriaQuery

Viewed 18199

maybe it's a silly question but I cannot find the answer in the docs: How can set a limit to the CriteriaQuery using JPA2?

Thanks

3 Answers
Related