com.jpattern.orm.persistor.type.jdbc
Class RefJdbcIO

java.lang.Object
  extended by com.jpattern.orm.persistor.type.jdbc.RefJdbcIO
All Implemented Interfaces:
JdbcIO<Ref>

public class RefJdbcIO
extends Object
implements JdbcIO<Ref>

Author:
ufo

Constructor Summary
RefJdbcIO()
           
 
Method Summary
 Class<Ref> getDBClass()
           
 Ref getValueFromResultSet(ResultSet rs, int rsColumnIndex)
           
 Ref getValueFromResultSet(ResultSet rs, String rsColumnName)
           
 void setValueToPreparedStatement(Ref value, PreparedStatement ps, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefJdbcIO

public RefJdbcIO()
Method Detail

getValueFromResultSet

public Ref getValueFromResultSet(ResultSet rs,
                                 String rsColumnName)
                          throws SQLException
Specified by:
getValueFromResultSet in interface JdbcIO<Ref>
Throws:
SQLException

getValueFromResultSet

public Ref getValueFromResultSet(ResultSet rs,
                                 int rsColumnIndex)
                          throws SQLException
Specified by:
getValueFromResultSet in interface JdbcIO<Ref>
Throws:
SQLException

setValueToPreparedStatement

public void setValueToPreparedStatement(Ref value,
                                        PreparedStatement ps,
                                        int index)
                                 throws SQLException
Specified by:
setValueToPreparedStatement in interface JdbcIO<Ref>
Throws:
SQLException

getDBClass

public Class<Ref> getDBClass()
Specified by:
getDBClass in interface JdbcIO<Ref>


Copyright © 2013. All Rights Reserved.