Class DefaultRowHandler

java.lang.Object
com.ibatis.sqlmap.engine.mapping.statement.DefaultRowHandler
All Implemented Interfaces:
RowHandler

public class DefaultRowHandler extends Object implements RowHandler
The Class DefaultRowHandler.
  • Constructor Details

    • DefaultRowHandler

      public DefaultRowHandler()
  • Method Details

    • handleRow

      public void handleRow(Object valueObject)
      Description copied from interface: RowHandler
      Handles a single row of a result set.

      This method will be called for each row in a result set. For each row the result map will be applied to build the value object, which is then passed in as the valueObject parameter.

      Specified by:
      handleRow in interface RowHandler
      Parameters:
      valueObject - The object representing a single row from the query.
      See Also:
    • getList

      public List getList()
      Gets the list.
      Returns:
      the list
    • setList

      public void setList(List list)
      Sets the list.
      Parameters:
      list - the new list