| Modifier and Type | Method and Description |
|---|---|
Optional<Where> |
SelectQuery.getWhere()
The condition at this
SelectQuery, if the Where is empty that means may retrieve the whole entities. |
Optional<Where> |
DeleteQuery.getWhere()
The condition at this
DeleteQuery, if the Where is empty that means will delete the whole entities. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.