| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
The entity name
|
List<String> |
getFields()
The fields that will delete in this query, if this fields is empty, this query will remove the whole entity.
|
Optional<Where> |
getWhere()
The condition at this
DeleteQuery, if the Where is empty that means will delete the whole entities. |
List<String> getFields()
String getEntity()
Optional<Where> getWhere()
DeleteQuery, if the Where is empty that means will delete the whole entities.Where entity otherwise Optional.empty()Copyright © 2018. All rights reserved.