Uses of Interface
com.ibatis.sqlmap.client.event.RowHandler
Packages that use RowHandler
Package
Description
This package contains the core library client interface.
-
Uses of RowHandler in com.ibatis.sqlmap.client
Methods in com.ibatis.sqlmap.client with parameters of type RowHandlerModifier and TypeMethodDescriptionvoidSqlMapExecutor.queryWithRowHandler(String id, RowHandler rowHandler) Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time by a RowHandler.voidSqlMapExecutor.queryWithRowHandler(String id, Object parameterObject, RowHandler rowHandler) Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time by a RowHandler. -
Uses of RowHandler in com.ibatis.sqlmap.engine.impl
Methods in com.ibatis.sqlmap.engine.impl with parameters of type RowHandlerModifier and TypeMethodDescriptionvoidExtendedSqlMapClient.queryWithRowHandler(String id, RowHandler rowHandler) Deprecated.Query with row handler.voidExtendedSqlMapClient.queryWithRowHandler(String id, Object paramObject, RowHandler rowHandler) Deprecated.Query with row handler.voidSqlMapClientImpl.queryWithRowHandler(String id, RowHandler rowHandler) voidSqlMapClientImpl.queryWithRowHandler(String id, Object paramObject, RowHandler rowHandler) voidSqlMapExecutorDelegate.queryWithRowHandler(SessionScope sessionScope, String id, Object paramObject, RowHandler rowHandler) Execute a query with a row handler.voidSqlMapSessionImpl.queryWithRowHandler(String id, RowHandler rowHandler) voidSqlMapSessionImpl.queryWithRowHandler(String id, Object paramObject, RowHandler rowHandler) -
Uses of RowHandler in com.ibatis.sqlmap.engine.mapping.statement
Classes in com.ibatis.sqlmap.engine.mapping.statement that implement RowHandlerMethods in com.ibatis.sqlmap.engine.mapping.statement that return RowHandlerMethods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type RowHandlerModifier and TypeMethodDescriptionprotected voidMappedStatement.executeQueryWithCallback(StatementScope statementScope, Connection conn, Object parameterObject, Object resultObject, RowHandler rowHandler, int skipResults, int maxResults) Execute query with callback.voidCachingStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidDeleteStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidInsertStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidMappedStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) Execute query with row handler.voidSelectKeyStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidUpdateStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type RowHandlerModifierConstructorDescriptionRowHandlerCallback(ResultMap resultMap, Object resultObject, RowHandler rowHandler) Constructor.