Interface Query
-
@ProviderType public interface Query
Querying framework for instance retrieval
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLimit()
int
getOffset()
StatementGroup
getStatementGroup()
-
-
-
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
-
-