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