Modifier and Type | Method and Description |
---|---|
Command |
BulkCommand.with(CommandHandler commandHandler) |
Command |
DefaultCommand.with(CommandHandler commandHandler) |
Command |
DefaultQuery.with(CommandHandler commandHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandHandler |
class |
DefaultQueryHandler |
class |
NoCommandHandler
Dummy/Empty implementation for
CommandHandler |
Modifier and Type | Method and Description |
---|---|
CommandHandler |
CommandHandler.checkSqlType(SqlType expected)
If the command isn't the SQL type expected an illegal argument exception is throw.
|
CommandHandler |
DefaultCommandHandler.checkSqlType(SqlType expected) |
CommandHandler |
NoCommandHandler.checkSqlType(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(HandleableException handlerException)
Configure the life-cycle with the handler exception
|
CommandHandler |
DefaultCommandHandler.with(HandleableException handlerException) |
CommandHandler |
NoCommandHandler.with(HandleableException handlerException) |
CommandHandler |
CommandHandler.with(Queryable queryable)
Configure the life-cycle with a
Queryable |
CommandHandler |
DefaultCommandHandler.with(Queryable queryable) |
CommandHandler |
NoCommandHandler.with(Queryable queryable) |
CommandHandler |
CommandHandler.with(ResultRow<?,?> customResultRow)
Configure the life-cycle with a custom result parser rows of query.
|
CommandHandler |
DefaultCommandHandler.with(ResultRow<?,?> overloadResultRow) |
CommandHandler |
NoCommandHandler.with(ResultRow<?,?> overloadResultRow) |
CommandHandler |
CommandHandler.with(Sql sql)
Configure the life-cycle with a
Sql |
CommandHandler |
DefaultCommandHandler.with(Sql sql) |
CommandHandler |
NoCommandHandler.with(Sql sql) |
Modifier and Type | Method and Description |
---|---|
Command |
Command.with(CommandHandler commandHandler)
Configure the life-cycle of command
|
Command |
NoCommand.with(CommandHandler commandHandler) |
Modifier and Type | Field and Description |
---|---|
protected CommandHandler |
AbstractCommand.commandHandler |
Modifier and Type | Method and Description |
---|---|
Command |
AbstractCommand.with(CommandHandler commandHandler) |
Modifier and Type | Field and Description |
---|---|
protected CommandHandler |
AbstractJdbcCommand.commandHandler |
Modifier and Type | Method and Description |
---|---|
Command |
AbstractJdbcCommand.with(CommandHandler commandHandler) |
Modifier and Type | Field and Description |
---|---|
protected CommandHandler |
BulkJpaCommand.commandHandler |
Modifier and Type | Method and Description |
---|---|
Command |
BulkJpaCommand.with(CommandHandler commandHandler) |
Command |
DefaultJpaCommand.with(CommandHandler commandHandler) |
Command |
DefaultJpaQuery.with(CommandHandler commandHandler) |
Command |
MergeCommand.with(CommandHandler commandHandler) |
Command |
PersistCommand.with(CommandHandler commandHandler) |
Command |
RemoveCommand.with(CommandHandler commandHandler) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.