org.iternine.jeppetto.dao.jdbc.enhance
Interface JDBCPersistable


public interface JDBCPersistable


Method Summary
 void delete(Connection connection)
           
 void populateObject(ResultSet resultSet)
           
 void save(Connection connection, IdGenerator idGenerator)
           
 

Method Detail

populateObject

void populateObject(ResultSet resultSet)

save

void save(Connection connection,
          IdGenerator idGenerator)
          throws SQLException
Throws:
SQLException

delete

void delete(Connection connection)
            throws SQLException
Throws:
SQLException


Copyright © 2012. All Rights Reserved.