com.googlecode.jpattern.orm.session
Class NullResultSetExtractor

java.lang.Object
  extended by com.googlecode.jpattern.orm.session.NullResultSetExtractor
All Implemented Interfaces:
IResultSetReader<Object>

public class NullResultSetExtractor
extends Object
implements IResultSetReader<Object>

Author:
Francesco Cina 02/lug/2011

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

Constructor Detail

NullResultSetExtractor

public NullResultSetExtractor()
Method Detail

read

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


Copyright © 2011. All Rights Reserved.