org.apache.ibatis.executor.resultset
Class DefaultResultSetHandler
java.lang.Object
org.apache.ibatis.executor.resultset.DefaultResultSetHandler
- All Implemented Interfaces:
- ResultSetHandler
public class DefaultResultSetHandler
- extends Object
- implements ResultSetHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResultSetHandler
public DefaultResultSetHandler(Executor executor,
MappedStatement mappedStatement,
ParameterHandler parameterHandler,
ResultHandler resultHandler,
BoundSql boundSql,
RowBounds rowBounds)
handleOutputParameters
public void handleOutputParameters(CallableStatement cs)
throws SQLException
- Specified by:
handleOutputParameters
in interface ResultSetHandler
- Throws:
SQLException
handleResultSets
public List<Object> handleResultSets(Statement stmt)
throws SQLException
- Specified by:
handleResultSets
in interface ResultSetHandler
- Throws:
SQLException
checkResultHandler
protected void checkResultHandler()
resolveDiscriminatedResultMap
public ResultMap resolveDiscriminatedResultMap(ResultSet rs,
ResultMap resultMap,
String columnPrefix)
throws SQLException
- Throws:
SQLException
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.