| Modifier and Type | Interface and Description |
|---|---|
static interface |
ColumnQueryMapper.ColumnMapperDeleteNotCondition
The column not condition
|
| Modifier and Type | Method and Description |
|---|---|
ColumnQueryMapper.ColumnMapperDeleteNameCondition |
ColumnQueryMapper.ColumnMapperDeleteWhere.and(String name)
Starts a new condition in the select using
ColumnCondition.and(jakarta.nosql.column.ColumnCondition) |
ColumnQueryMapper.ColumnMapperDeleteNameCondition |
ColumnQueryMapper.ColumnMapperDeleteWhere.or(String name)
Starts a new condition in the select using
ColumnCondition.or(jakarta.nosql.column.ColumnCondition) |
ColumnQueryMapper.ColumnMapperDeleteNameCondition |
ColumnQueryMapper.ColumnMapperDeleteFrom.where(String name)
Starts a new condition defining the column name
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.