public interface DocumentDeleteQuery
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DocumentDeleteQuery.DocumentDelete
The initial element in the Document delete query
|
static interface |
DocumentDeleteQuery.DocumentDeleteFrom
The Document Delete Query
|
static interface |
DocumentDeleteQuery.DocumentDeleteNameCondition
The base to delete name condition
|
static interface |
DocumentDeleteQuery.DocumentDeleteNotCondition
The document not condition
|
static interface |
DocumentDeleteQuery.DocumentDeleteProvider
A provider class of
DocumentDeleteQuery.DocumentDelete |
static interface |
DocumentDeleteQuery.DocumentDeleteQueryBuild
The last step to the build of
DocumentDeleteQuery. |
static interface |
DocumentDeleteQuery.DocumentDeleteWhere
The Document Where whose define the condition in the delete query.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentDeleteQuery.DocumentDelete |
delete()
Creates a delete query to Column
|
static DocumentDeleteQuery.DocumentDelete |
delete(String... documents)
Creates a delete query to Document
|
Optional<DocumentCondition> |
getCondition()
getter the condition
|
String |
getDocumentCollection()
getter the collection name
|
List<String> |
getDocuments()
Defines which columns will be removed, the database provider might use this information
to remove just these fields instead of all entity from
DocumentDeleteQuery |
String getDocumentCollection()
Optional<DocumentCondition> getCondition()
List<String> getDocuments()
DocumentDeleteQuerystatic DocumentDeleteQuery.DocumentDelete delete(String... documents)
documents - - The column fields to query, optional.DocumentDeleteQuery.DocumentDelete instanceNullPointerException - when there is a null elementstatic DocumentDeleteQuery.DocumentDelete delete()
DocumentDeleteQuery.DocumentDelete instanceNullPointerException - when there is a null elementCopyright © 2017–2020 Eclipse Foundation. All rights reserved.