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

Object
  extended by RowMapper
      extended by RowToHashMapMapper

public final class RowToHashMapMapper
extends RowMapper

Map a ResultSet row to a java.util.HashMap 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 ResultSetHashMap object.
Throws:
ControlException - on error.