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