public class PaginationUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_RESULTS |
Constructor and Description |
---|
PaginationUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> javax.persistence.TypedQuery<T> |
paginateQuery(javax.persistence.TypedQuery<T> query,
Integer first,
Integer max) |
public static final int DEFAULT_MAX_RESULTS
Copyright © 2021 JBoss by Red Hat. All rights reserved.