ObjectDB ObjectDB

setMaxResults(maxResult) - JPA TypedQuery's method

Method
javax.persistence.TypedQuery
TypedQuery<X> setMaxResults(
  int maxResult
)

Set the maximum number of results to retrieve.
Parameters:
maxResult - maximum number of results to retrieve
Returns:
the same query instance
Throws:
IllegalArgumentException - if the argument is negative
Since:
JPA 2.0