com.jpattern.orm.session.reader
Class ListResultSetReader

java.lang.Object
  extended by com.jpattern.orm.session.reader.ListResultSetReader
All Implemented Interfaces:
ResultSetReader<List<Object[]>>

public class ListResultSetReader
extends Object
implements ResultSetReader<List<Object[]>>

Author:
ufo

Constructor Summary
ListResultSetReader()
           
 
Method Summary
 List<Object[]> read(ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListResultSetReader

public ListResultSetReader()
Method Detail

read

public List<Object[]> read(ResultSet resultSet)
                    throws SQLException
Specified by:
read in interface ResultSetReader<List<Object[]>>
Throws:
SQLException


Copyright © 2013. All Rights Reserved.