public interface Query
Modifier and Type | Method and Description |
---|---|
Set<QueryHint> |
getHints()
The hints to apply when executing the query.
|
Integer |
getLimit()
The maximum number of results.
|
Integer |
getOffset()
The offset of the first result.
|
Predicate |
getPredicate()
The predicate to match.
|
List<Ordering> |
getSorting()
The order criteria to sort the results.
|
Predicate getPredicate()
Integer getOffset()
Integer getLimit()
List<Ordering> getSorting()
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.