Uses of Interface
net.sf.jkniv.whinstone.ResultRow
-
Packages that use ResultRow Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.commands net.sf.jkniv.whinstone.statement -
-
Uses of ResultRow in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone with parameters of type ResultRow Modifier and Type Method Description <T,R>
TRepository. get(Queryable queryable, ResultRow<T,R> customResultRow)Get one object instance from repository using a query.<T,R>
List<T>Repository. list(Queryable queryable, ResultRow<T,R> customResultRow)Retrieve a set of objectsTfrom repository using a query. -
Uses of ResultRow in net.sf.jkniv.whinstone.commands
Fields in net.sf.jkniv.whinstone.commands declared as ResultRow Modifier and Type Field Description protected ResultRow<?,?>DefaultCommandHandler. overloadResultRowMethods in net.sf.jkniv.whinstone.commands with parameters of type ResultRow Modifier and Type Method Description <T,R>
CommandCommandAdapter. asSelectCommand(Queryable queryable, ResultRow<T,R> overloadResultRow)CommandHandlerCommandHandler. with(ResultRow<?,?> customResultRow)Configure the life-cycle with a custom result parser rows of query.CommandHandlerDefaultCommandHandler. with(ResultRow<?,?> overloadResultRow)CommandHandlerNoCommandHandler. with(ResultRow<?,?> overloadResultRow) -
Uses of ResultRow in net.sf.jkniv.whinstone.statement
Methods in net.sf.jkniv.whinstone.statement with parameters of type ResultRow Modifier and Type Method Description StatementAdapter<T,R>StatementAdapter. with(ResultRow<T,R> resultRow)result row
-