Hibernate Criteria support provides a setMaxResults() method to limit the results returned from the db. I can't find any answer to this in their documentation - how is this implemented? Is it ...
setMaxResults()