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