com.jpattern.orm.session.reader
Class LongResultSetReader

java.lang.Object
  extended by com.jpattern.orm.session.reader.LongResultSetReader
All Implemented Interfaces:
ResultSetReader<Long>

public class LongResultSetReader
extends Object
implements ResultSetReader<Long>

Author:
ufo

Constructor Summary
LongResultSetReader()
           
 
Method Summary
 Long read(ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongResultSetReader

public LongResultSetReader()
Method Detail

read

public Long read(ResultSet resultSet)
          throws SQLException
Specified by:
read in interface ResultSetReader<Long>
Throws:
SQLException


Copyright © 2013. All Rights Reserved.