T - The concrete builder typepublic interface LimitBuilder<X extends LimitBuilder<X>>
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstResult() |
int |
getMaxResults() |
X |
setFirstResult(int firstResult) |
X |
setMaxResults(int maxResults) |
Copyright © 2015 Blazebit. All Rights Reserved.