Jakarta Persistence (JPA) Method
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:
- if the argument is negative.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 1.0