com.jpattern.orm.session.reader
Class ResultSetRowReaderToResultSetReader<T>
java.lang.Object
com.jpattern.orm.session.reader.ResultSetRowReaderToResultSetReader<T>
- All Implemented Interfaces:
- ResultSetReader<List<T>>
public class ResultSetRowReaderToResultSetReader<T>
- extends Object
- implements ResultSetReader<List<T>>
- Author:
- ufo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetRowReaderToResultSetReader
public ResultSetRowReaderToResultSetReader(ResultSetRowReader<T> rsrr)
read
public List<T> read(ResultSet resultSet)
throws SQLException
- Specified by:
read in interface ResultSetReader<List<T>>
- Throws:
SQLException
Copyright © 2013. All Rights Reserved.