| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
The entity name
|
List<String> |
getFields()
The fields that will retrieve in this query, if this fields is empty, this query will retrieve the whole entity.
|
long |
getLimit()
Statement limits the number of rows returned by a query,
|
List<Sort> |
getOrderBy()
The list of orders, it is used to sort the result-set in ascending or descending order.
|
long |
getSkip()
Statement defines where the query should start
|
Optional<Where> |
getWhere()
The condition at this
SelectQuery, if the Where is empty that means may retrieve the whole entities. |
List<String> getFields()
String getEntity()
Optional<Where> getWhere()
SelectQuery, if the Where is empty that means may retrieve the whole entities.Where entity otherwise Optional.empty()long getSkip()
long getLimit()
Copyright © 2018. All rights reserved.