Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionAdapter
Adapter to abstract the Jdbc Connection
Connection
representing a connection/session to a specific database (RDBMS or NoSQL). |
Modifier and Type | Method and Description |
---|---|
CommandAdapter |
CassandraSessionFactory.open() |
CommandAdapter |
CassandraSessionFactory.open(Isolation isolation) |
Modifier and Type | Method and Description |
---|---|
protected CommandAdapter |
DefaultCommandHandler.getCommandAdapter() |
Modifier and Type | Method and Description |
---|---|
static CommandHandler |
CommandHandlerFactory.ofAdd(CommandAdapter cmdAdapter) |
static CommandHandler |
CommandHandlerFactory.ofRemove(CommandAdapter cmdAdapter) |
static CommandHandler |
CommandHandlerFactory.ofSelect(CommandAdapter cmdAdapter) |
static CommandHandler |
CommandHandlerFactory.ofUpdate(CommandAdapter cmdAdapter) |
Constructor and Description |
---|
DefaultCommandHandler(CommandAdapter cmdAdapter) |
DefaultQueryHandler(CommandAdapter cmdAdapter) |
Modifier and Type | Method and Description |
---|---|
CommandAdapter |
HttpConnectionFactory.open() |
CommandAdapter |
HttpConnectionFactory.open(Isolation isolation) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcConnectionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
JpaCommandAdapter |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.