Uses of Interface
net.sf.jkniv.whinstone.commands.CommandAdapter
-
Packages that use CommandAdapter Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.commands -
-
Uses of CommandAdapter in net.sf.jkniv.whinstone
Subinterfaces of CommandAdapter in net.sf.jkniv.whinstone Modifier and Type Interface Description interfaceConnectionAdapterAdapter to abstract the Jdbc ConnectionConnectionrepresenting a connection/session to a specific database (RDBMS or NoSQL). -
Uses of CommandAdapter in net.sf.jkniv.whinstone.commands
Methods in net.sf.jkniv.whinstone.commands that return CommandAdapter Modifier and Type Method Description protected CommandAdapterDefaultCommandHandler. getCommandAdapter()Methods in net.sf.jkniv.whinstone.commands with parameters of type CommandAdapter Modifier and Type Method Description static CommandHandlerCommandHandlerFactory. ofAdd(CommandAdapter cmdAdapter)static CommandHandlerCommandHandlerFactory. ofRemove(CommandAdapter cmdAdapter)static CommandHandlerCommandHandlerFactory. ofSelect(CommandAdapter cmdAdapter)static CommandHandlerCommandHandlerFactory. ofUpdate(CommandAdapter cmdAdapter)Constructors in net.sf.jkniv.whinstone.commands with parameters of type CommandAdapter Constructor Description DefaultCommandHandler(CommandAdapter cmdAdapter)DefaultQueryHandler(CommandAdapter cmdAdapter)
-