Package org.keycloak.models.jpa
Class PaginationUtils
- java.lang.Object
- 
- org.keycloak.models.jpa.PaginationUtils
 
- 
 public class PaginationUtils extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_MAX_RESULTS
 - 
Constructor SummaryConstructors Constructor Description PaginationUtils()
 - 
Method SummaryAll 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_RESULTSpublic static final int DEFAULT_MAX_RESULTS - See Also:
- Constant Field Values
 
 
- 
 
-