Package org.keycloak.models.jpa
Class PaginationUtils
- java.lang.Object
-
- org.keycloak.models.jpa.PaginationUtils
-
public class PaginationUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_MAX_RESULTS
-
Constructor Summary
Constructors Constructor Description PaginationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> javax.persistence.TypedQuery<T>
paginateQuery(javax.persistence.TypedQuery<T> query, Integer first, Integer max)
-
-
-
Field Detail
-
DEFAULT_MAX_RESULTS
public static final int DEFAULT_MAX_RESULTS
- See Also:
- Constant Field Values
-
-