com.syrtsov.ddao.mapper
Class PrimitiveTypeResultSetMappper

java.lang.Object
  extended by com.syrtsov.ddao.mapper.PrimitiveTypeResultSetMappper
All Implemented Interfaces:
ResultSetMapper

public class PrimitiveTypeResultSetMappper
extends java.lang.Object
implements ResultSetMapper

Created by: Pavel Syrtsov Date: Apr 8, 2007 Time: 6:08:21 PM


Constructor Summary
PrimitiveTypeResultSetMappper(java.lang.reflect.Type itemType, ColumnMapper columnMapper)
           
 
Method Summary
 boolean addRecord(java.sql.ResultSet resultSet)
           
 java.lang.Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveTypeResultSetMappper

public PrimitiveTypeResultSetMappper(java.lang.reflect.Type itemType,
                                     ColumnMapper columnMapper)
Method Detail

addRecord

public boolean addRecord(java.sql.ResultSet resultSet)
                  throws java.lang.Exception
Specified by:
addRecord in interface ResultSetMapper
Throws:
java.lang.Exception

getResult

public java.lang.Object getResult()
Specified by:
getResult in interface ResultSetMapper