org.apache.beehive.controls.system.jdbc
Class RowToMapMapper

Object
  extended by RowMapper
      extended by RowToMapMapper

public final class RowToMapMapper
extends RowMapper

Map a ResultSet row to a java.util.Map object.


Field Summary
 
Fields inherited from class RowMapper
_cal, _resultSet, _returnTypeClass, _setterRegex, _tmf
 
Method Summary
 Object mapRowToReturnType()
          Do the mapping.
 
Methods inherited from class RowMapper
extractColumnValue, getKeysFromResultSet, isSetterMethod
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapRowToReturnType

public Object mapRowToReturnType()
Do the mapping.

Specified by:
mapRowToReturnType in class RowMapper
Returns:
A Map.
Throws:
ControlException - on error.