| Modifier and Type | Method and Description |
|---|---|
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.between(T valueA,
T valueB)
Creates the between condition
Condition.EQUALS |
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.eq(T value)
Creates the equals condition
Condition.EQUALS |
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.gt(T value)
Creates the greater than condition
Condition.GREATER_THAN |
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.gte(T value)
Creates the greater equals than condition
Condition.GREATER_EQUALS_THAN |
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.in(Iterable<T> values)
Creates in condition
Condition.IN |
DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.like(String value)
Creates the like condition
Condition.LIKE |
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.lt(T value)
Creates the lesser than condition
Condition.LESSER_THAN |
<T> DocumentDeleteQuery.DocumentDeleteWhere |
DocumentDeleteQuery.DocumentDeleteNameCondition.lte(T value)
Creates the lesser equals than condition
Condition.LESSER_EQUALS_THAN |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.