Interface Query
-
@ProviderType public interface QueryQuerying framework for instance retrieval
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLimit()intgetOffset()StatementGroupgetStatementGroup()
-
-
-
Field Detail
-
offset
static final int offset
Offset in to the query result. Defaults to Zero- See Also:
- Constant Field Values
-
limit
static final int limit
Limit of instances to be fetched.- See Also:
- Constant Field Values
-
-
Method Detail
-
getStatementGroup
StatementGroup getStatementGroup()
- Returns:
- the statementGroup
-
getOffset
int getOffset()
- Returns:
- the offset
-
getLimit
int getLimit()
- Returns:
- the limit
-
-