public class DefaultResultSetHandler
extends org.apache.ibatis.executor.resultset.DefaultResultSetHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.ibatis.session.Configuration |
configuration |
protected org.apache.ibatis.mapping.MappedStatement |
mappedStatement |
| 构造器和说明 |
|---|
DefaultResultSetHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.session.RowBounds rowBounds) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
checkResultHandler() |
protected Object |
getRowValue(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
org.apache.ibatis.cache.CacheKey combinedKey,
String columnPrefix,
Object partialObject) |
protected Object |
getRowValue(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
String columnPrefix) |
<E> org.apache.ibatis.cursor.Cursor<E> |
handleCursorResultSets(Statement stmt) |
void |
handleOutputParameters(CallableStatement cs) |
List<Object> |
handleResultSets(Statement stmt) |
void |
handleRowValues(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.mapping.ResultMapping parentMapping) |
org.apache.ibatis.mapping.ResultMap |
resolveDiscriminatedResultMap(ResultSet rs,
org.apache.ibatis.mapping.ResultMap resultMap,
String columnPrefix) |
protected final org.apache.ibatis.session.Configuration configuration
protected final org.apache.ibatis.mapping.MappedStatement mappedStatement
public DefaultResultSetHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.session.RowBounds rowBounds)
public void handleOutputParameters(CallableStatement cs) throws SQLException
handleOutputParameters 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleOutputParameters 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic List<Object> handleResultSets(Statement stmt) throws SQLException
handleResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleResultSets 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic <E> org.apache.ibatis.cursor.Cursor<E> handleCursorResultSets(Statement stmt) throws SQLException
handleCursorResultSets 在接口中 org.apache.ibatis.executor.resultset.ResultSetHandlerhandleCursorResultSets 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionpublic void handleRowValues(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw,
org.apache.ibatis.mapping.ResultMap resultMap,
org.apache.ibatis.session.ResultHandler<?> resultHandler,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.mapping.ResultMapping parentMapping)
throws SQLException
handleRowValues 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionprotected void checkResultHandler()
checkResultHandler 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerprotected Object getRowValue(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw, org.apache.ibatis.mapping.ResultMap resultMap, String columnPrefix) throws SQLException
SQLExceptionprotected Object getRowValue(org.apache.ibatis.executor.resultset.ResultSetWrapper rsw, org.apache.ibatis.mapping.ResultMap resultMap, org.apache.ibatis.cache.CacheKey combinedKey, String columnPrefix, Object partialObject) throws SQLException
SQLExceptionpublic org.apache.ibatis.mapping.ResultMap resolveDiscriminatedResultMap(ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, String columnPrefix) throws SQLException
resolveDiscriminatedResultMap 在类中 org.apache.ibatis.executor.resultset.DefaultResultSetHandlerSQLExceptionCopyright © 2025. All rights reserved.