Interface SearchRequestPage
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Start the page from.Deprecated.Limit the the number of returned entities.searchAfter(List<Object> values) Deprecated.Get next page after the set of values.searchBefore(List<Object> values) Deprecated.Get previous page before the set of values.
-
Method Details
-
from
Deprecated.Start the page from. -
limit
Deprecated.Limit the the number of returned entities. -
searchBefore
Deprecated.Get previous page before the set of values. -
searchAfter
Deprecated.Get next page after the set of values.
-
SearchRequestPage