com.syrtsov.ddao.mapper
Interface ResultSetMapper

All Known Implementing Classes:
ArrayResultSetMapper, BeanResultSetMapper, CollectionResultSetMapper, ListResultSetMapper, MapResultSetMapper, PrimitiveTypeResultSetMappper, SingleRecordResultSetMapper

public interface ResultSetMapper

psdo: add comments Created by: Pavel Syrtsov Date: Apr 8, 2007 Time: 4:28:38 PM Note: instances of result set mappers are not thread safe, they created per invocation


Method Summary
 boolean addRecord(java.sql.ResultSet resultSet)
           
 java.lang.Object getResult()
           
 

Method Detail

addRecord

boolean addRecord(java.sql.ResultSet resultSet)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getResult

java.lang.Object getResult()