Modifier and Type | Class and Description |
---|---|
class |
BulkCommand |
class |
DefaultCommand |
class |
DefaultQuery |
Modifier and Type | Method and Description |
---|---|
Command |
BulkCommand.with(CommandHandler commandHandler) |
Command |
DefaultCommand.with(CommandHandler commandHandler) |
Command |
DefaultQuery.with(CommandHandler commandHandler) |
Command |
BulkCommand.with(HandleableException handleableException) |
Command |
DefaultCommand.with(HandleableException handlerException) |
Command |
DefaultQuery.with(HandleableException handleableException) |
<T> Command |
BulkCommand.with(T stmt) |
<T> Command |
DefaultCommand.with(T stmt) |
<T> Command |
DefaultQuery.with(T stmt) |
Modifier and Type | Class and Description |
---|---|
class |
NoCommand
Dummy/Empty implementation for
Command |
Modifier and Type | Method and Description |
---|---|
<T,R> Command |
CommandAdapter.asAddCommand(Queryable queryable) |
Command |
CommandHandler.asCommand()
Retrieve the command implementation for the
Repository like: Update, Select, Batch etc
|
Command |
NoCommandHandler.asCommand() |
<T,R> Command |
CommandAdapter.asRemoveCommand(Queryable queryable) |
<T,R> Command |
CommandAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
<T,R> Command |
CommandAdapter.asUpdateCommand(Queryable queryable) |
static Command |
NoCommand.getInstance() |
Command |
Command.with(CommandHandler commandHandler)
Configure the life-cycle of command
|
Command |
NoCommand.with(CommandHandler commandHandler) |
Command |
Command.with(HandleableException handlerException)
Configure the handler exception for the command
|
Command |
NoCommand.with(HandleableException handleableException) |
<T> Command |
Command.with(T stmt)
The statement to run this command
|
<T> Command |
NoCommand.with(T stmt) |
Modifier and Type | Interface and Description |
---|---|
interface |
CouchCommand |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand
HTTP code documentation from
W3C RFC 2616
|
class |
AddCommand
http://docs.couchdb.org/en/2.0.0/api/document/common.html
PUT /{db}/{docid}
The PUT method creates a new named document, or creates a new revision of the existing document.
|
class |
AllDocsCommand |
class |
DeleteCommand |
class |
DropIndexCommand
D
|
class |
FindCommand |
class |
FullResponseFindCommand |
class |
GetCommand |
class |
UpdateCommand |
class |
ViewCommand |
Modifier and Type | Method and Description |
---|---|
Command |
AbstractCommand.with(CommandHandler commandHandler) |
Command |
AbstractCommand.with(HandleableException handlerException) |
<T> Command |
AbstractCommand.with(T stmt) |
Modifier and Type | Method and Description |
---|---|
<T,R> Command |
JdbcConnectionAdapter.asAddCommand(Queryable queryable) |
<T,R> Command |
JdbcConnectionAdapter.asRemoveCommand(Queryable queryable) |
<T,R> Command |
JdbcConnectionAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
<T,R> Command |
JdbcConnectionAdapter.asUpdateCommand(Queryable queryable) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcCommand |
class |
AddAutoKeyJdbcCommand |
class |
AddSequenceKeyJdbcCommand |
class |
BulkJdbcCommand |
class |
DefaultJdbcCommand
Default Command execute simple
INSERT , UPDATE and DELETE SQL instructions. |
class |
DefaultJdbcQuery
Default Command execute simple
INSERT , UPDATE and DELETE SQL instructions. |
Modifier and Type | Method and Description |
---|---|
Command |
AbstractJdbcCommand.with(CommandHandler commandHandler) |
Command |
AbstractJdbcCommand.with(HandleableException handlerException) |
<T> Command |
AbstractJdbcCommand.with(T stmt) |
Modifier and Type | Method and Description |
---|---|
<T,R> Command |
JpaCommandAdapter.asAddCommand(Queryable queryable) |
<T,R> Command |
JpaCommandAdapter.asRemoveCommand(Queryable queryable) |
<T,R> Command |
JpaCommandAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
<T,R> Command |
JpaCommandAdapter.asUpdateCommand(Queryable queryable) |
Modifier and Type | Class and Description |
---|---|
class |
BulkJpaCommand |
class |
DefaultJpaCommand |
class |
DefaultJpaQuery |
class |
MergeCommand |
class |
PersistCommand |
class |
RemoveCommand |
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) |
Command |
BulkJpaCommand.with(HandleableException handlerException) |
Command |
DefaultJpaCommand.with(HandleableException handlerException) |
Command |
DefaultJpaQuery.with(HandleableException handleableException) |
Command |
MergeCommand.with(HandleableException handlerException) |
Command |
PersistCommand.with(HandleableException handlerException) |
Command |
RemoveCommand.with(HandleableException handlerException) |
<T> Command |
BulkJpaCommand.with(T stmt) |
<T> Command |
DefaultJpaCommand.with(T stmt) |
<T> Command |
DefaultJpaQuery.with(T stmt) |
<T> Command |
MergeCommand.with(T stmt) |
<T> Command |
PersistCommand.with(T stmt) |
<T> Command |
RemoveCommand.with(T stmt) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.