E
- the type of value that the query yields, which is either implied by the factory method used or
inferred from the NamedEntityBuilder
that was supplied to itpublic static class Select.OrderByContext<E> extends Select.ExecutableContext<E>
.limit
to specify pagination for the results or .runWith
to
complete the query by specifying an execution method.SelectQuery.ExecutionContext<E>
queryBuilder
Modifier and Type | Method and Description |
---|---|
Select.LimitContext<E> |
limit(int maxResults) |
Select.LimitContext<E> |
limit(int offset,
int maxResults) |
runWith, runWith
public Select.LimitContext<E> limit(int maxResults)
public Select.LimitContext<E> limit(int offset, int maxResults)
Copyright © 2002-2019 Atlassian. All Rights Reserved.