Interface | Description |
---|---|
Command |
Command to be executed in database like
Select , Update , Delete ,
Insert , Stored Procedure ... |
CommandAdapter |
Adapter to abstract the JDBC Connection
Connection
representing a connection/session to a specific database (RDBMS or NoSQL). |
CommandHandler |
Class | Description |
---|---|
CommandHandlerFactory | |
DefaultCommandHandler | |
DefaultQueryHandler | |
NoCommand |
Dummy/Empty implementation for
Command |
NoCommandHandler |
Dummy/Empty implementation for
CommandHandler |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.