| Package | Description |
|---|---|
| net.sf.jkniv.whinstone | |
| net.sf.jkniv.whinstone.commands | |
| net.sf.jkniv.whinstone.statement |
| Modifier and Type | Method and Description |
|---|---|
<T,R> T |
Repository.get(Queryable queryable,
ResultRow<T,R> customResultRow)
Get one object instance from repository using a query.
|
<T,R> List<T> |
Repository.list(Queryable queryable,
ResultRow<T,R> customResultRow)
Retrieve a set of objects
T from repository using a query. |
| Modifier and Type | Field and Description |
|---|---|
protected ResultRow<?,?> |
DefaultCommandHandler.overloadResultRow |
| Modifier and Type | Method and Description |
|---|---|
<T,R> Command |
CommandAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
CommandHandler |
NoCommandHandler.with(ResultRow<?,?> overloadResultRow) |
CommandHandler |
DefaultCommandHandler.with(ResultRow<?,?> overloadResultRow) |
CommandHandler |
CommandHandler.with(ResultRow<?,?> customResultRow)
Configure the life-cycle with a custom result parser rows of query.
|
| Modifier and Type | Method and Description |
|---|---|
StatementAdapter<T,R> |
StatementAdapter.with(ResultRow<T,R> resultRow)
result row
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.