public interface ColumnQueryMapper
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ColumnQueryMapper.ColumnMapperDeleteFrom
The Column Delete Query
|
static interface |
ColumnQueryMapper.ColumnMapperDeleteNameCondition
The base to delete name condition
|
static interface |
ColumnQueryMapper.ColumnMapperDeleteNotCondition
The column not condition
|
static interface |
ColumnQueryMapper.ColumnMapperDeleteQueryBuild
The last step to the build of
ColumnDeleteQuery. |
static interface |
ColumnQueryMapper.ColumnMapperDeleteWhere
The Column Where whose define the condition in the delete query.
|
static interface |
ColumnQueryMapper.ColumnMapperFrom
The ColumnFrom Query
|
static interface |
ColumnQueryMapper.ColumnMapperLimit
The Column Order whose define the the maximum number of results to retrieve.
|
static interface |
ColumnQueryMapper.ColumnMapperNameCondition
The base to name condition
|
static interface |
ColumnQueryMapper.ColumnMapperNameOrder
The Column name order a query
|
static interface |
ColumnQueryMapper.ColumnMapperNotCondition
The column not condition
|
static interface |
ColumnQueryMapper.ColumnMapperOrder
The definition to either
SortType |
static interface |
ColumnQueryMapper.ColumnMapperQueryBuild
The last step to the build of
ColumnQuery. |
static interface |
ColumnQueryMapper.ColumnMapperSkip
The Column Order whose define the position of the first result to retrieve.
|
static interface |
ColumnQueryMapper.ColumnMapperWhere
The Column Where whose define the condition in the query.
|
static interface |
ColumnQueryMapper.ColumnPage<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> ColumnQueryMapper.ColumnMapperDeleteFrom |
deleteFrom(Class<T> entityClass)
Returns a
ColumnQueryMapper.ColumnMapperDeleteFrom implementation that does the object mapper API. |
<T> ColumnQueryMapper.ColumnMapperFrom |
selectFrom(Class<T> entityClass)
Returns a
ColumnQueryMapper.ColumnMapperFrom implementation that does the object mapper API. |
<T> ColumnQueryMapper.ColumnMapperFrom selectFrom(Class<T> entityClass)
ColumnQueryMapper.ColumnMapperFrom implementation that does the object mapper API.T - the entity typeentityClass - the entity classColumnQueryMapper.ColumnMapperFrom instanceNullPointerException - when entityClass is null<T> ColumnQueryMapper.ColumnMapperDeleteFrom deleteFrom(Class<T> entityClass)
ColumnQueryMapper.ColumnMapperDeleteFrom implementation that does the object mapper API.T - the entity typeentityClass - the entity classColumnQueryMapper.ColumnMapperDeleteFrom instanceNullPointerException - when entityClass is nullCopyright © 2017–2019 Eclipse Foundation. All rights reserved.