Uses of Class
org.apache.ibatis.executor.resultset.ResultSetWrapper
-
Packages that use ResultSetWrapper Package Description org.apache.ibatis.cursor.defaults Default implementation for cursor featureorg.apache.ibatis.executor.resultset Contains the result processing logic -
-
Uses of ResultSetWrapper in org.apache.ibatis.cursor.defaults
Constructors in org.apache.ibatis.cursor.defaults with parameters of type ResultSetWrapper Constructor Description DefaultCursor(DefaultResultSetHandler resultSetHandler, ResultMap resultMap, ResultSetWrapper rsw, RowBounds rowBounds)
-
Uses of ResultSetWrapper in org.apache.ibatis.executor.resultset
Methods in org.apache.ibatis.executor.resultset with parameters of type ResultSetWrapper Modifier and Type Method Description void
DefaultResultSetHandler. handleRowValues(ResultSetWrapper rsw, ResultMap resultMap, ResultHandler<?> resultHandler, RowBounds rowBounds, ResultMapping parentMapping)
-