Uses of Interface
net.sf.jkniv.whinstone.commands.Command
-
Packages that use Command Package Description net.sf.jkniv.whinstone.commands -
-
Uses of Command in net.sf.jkniv.whinstone.commands
Classes in net.sf.jkniv.whinstone.commands that implement Command Modifier and Type Class Description classNoCommandDummy/Empty implementation forCommandMethods in net.sf.jkniv.whinstone.commands that return Command Modifier and Type Method Description <T,R>
CommandCommandAdapter. asAddCommand(Queryable queryable)CommandCommandHandler. asCommand()Retrieve the command implementation for the Repository like: Update, Select, Batch etcCommandNoCommandHandler. asCommand()<T,R>
CommandCommandAdapter. asRemoveCommand(Queryable queryable)<T,R>
CommandCommandAdapter. asSelectCommand(Queryable queryable, ResultRow<T,R> overloadResultRow)<T,R>
CommandCommandAdapter. asUpdateCommand(Queryable queryable)static CommandNoCommand. getInstance()CommandCommand. with(net.sf.jkniv.exception.HandleableException handlerException)Configure the handler exception for the commandCommandCommand. with(CommandHandler commandHandler)Configure the life-cycle of command<T> CommandCommand. with(T stmt)The statement to run this commandCommandNoCommand. with(net.sf.jkniv.exception.HandleableException handleableException)CommandNoCommand. with(CommandHandler commandHandler)<T> CommandNoCommand. with(T stmt)
-