@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface Paginate
Modifier and Type | Optional Element and Description |
---|---|
boolean |
countable
Whether or not page totals can be requested.
|
int |
defaultLimit
For limiting the number of entities which can be returned from a query.
|
int |
maxLimit
For setting an upper bound on the limit that can be specified as request parameter when fetching entities.
|
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.