com.jpattern.orm.session.reader
Class BigDecimalResultSetReader

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

public class BigDecimalResultSetReader
extends Object
implements ResultSetReader<BigDecimal>

Author:
ufo

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

Constructor Detail

BigDecimalResultSetReader

public BigDecimalResultSetReader()
Method Detail

read

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


Copyright © 2013. All Rights Reserved.