CommandHandler |
CommandHandler.checkSqlType(net.sf.jkniv.sqlegance.SqlType expected) |
If the command isn't the SQL type expected an illegal argument exception is throw.
|
CommandHandler |
DefaultCommandHandler.checkSqlType(net.sf.jkniv.sqlegance.SqlType expected) |
|
CommandHandler |
NoCommandHandler.checkSqlType(net.sf.jkniv.sqlegance.SqlType expected) |
|
static CommandHandler |
NoCommandHandler.getInstance() |
|
static CommandHandler |
CommandHandlerFactory.ofAdd(CommandAdapter cmdAdapter) |
|
static CommandHandler |
CommandHandlerFactory.ofRemove(CommandAdapter cmdAdapter) |
|
static CommandHandler |
CommandHandlerFactory.ofSelect(CommandAdapter cmdAdapter) |
|
static CommandHandler |
CommandHandlerFactory.ofUpdate(CommandAdapter cmdAdapter) |
|
CommandHandler |
CommandHandler.postCallback() |
Invoke all post callback methods configured
for the parameters of Queryable
|
CommandHandler |
DefaultCommandHandler.postCallback() |
|
CommandHandler |
NoCommandHandler.postCallback() |
|
CommandHandler |
CommandHandler.postCommit() |
Invoke all post callback methods, configured to be
executed after a successful commit, for the
parameters of Queryable.
|
CommandHandler |
DefaultCommandHandler.postCommit() |
|
CommandHandler |
NoCommandHandler.postCommit() |
|
CommandHandler |
CommandHandler.postException() |
Invoke all post callback methods, configured to be
executed after a failure, for the parameters of
Queryable.
|
CommandHandler |
DefaultCommandHandler.postException() |
|
CommandHandler |
NoCommandHandler.postException() |
|
CommandHandler |
CommandHandler.preCallback() |
Invoke all pre callback methods configured
for the parameters of Queryable
|
CommandHandler |
DefaultCommandHandler.preCallback() |
|
CommandHandler |
NoCommandHandler.preCallback() |
|
CommandHandler |
CommandHandler.with(net.sf.jkniv.exception.HandleableException handlerException) |
Configure the life-cycle with the handler exception
|
CommandHandler |
CommandHandler.with(net.sf.jkniv.sqlegance.Sql sql) |
Configure the life-cycle with a Sql
|
CommandHandler |
CommandHandler.with(Queryable queryable) |
|
CommandHandler |
CommandHandler.with(ResultRow<?,?> customResultRow) |
Configure the life-cycle with a custom result parser rows of query.
|
CommandHandler |
DefaultCommandHandler.with(net.sf.jkniv.exception.HandleableException handlerException) |
|
CommandHandler |
DefaultCommandHandler.with(net.sf.jkniv.sqlegance.Sql sql) |
|
CommandHandler |
DefaultCommandHandler.with(Queryable queryable) |
|
CommandHandler |
DefaultCommandHandler.with(ResultRow<?,?> overloadResultRow) |
|
CommandHandler |
NoCommandHandler.with(net.sf.jkniv.exception.HandleableException handlerException) |
|
CommandHandler |
NoCommandHandler.with(net.sf.jkniv.sqlegance.Sql sql) |
|
CommandHandler |
NoCommandHandler.with(Queryable queryable) |
|
CommandHandler |
NoCommandHandler.with(ResultRow<?,?> overloadResultRow) |
|