com.googlecode.jpattern.orm.session
Interface IGeneratedKeyReader

All Known Implementing Classes:
NullGeneratedKeyExtractor

public interface IGeneratedKeyReader

Author:
Francesco Cina 02/lug/2011 An extractor to read the generated keys of an update

Method Summary
 String[] generatedColumnNames()
           
 void read(ResultSet generatedKeyResultSet)
           
 

Method Detail

generatedColumnNames

String[] generatedColumnNames()

read

void read(ResultSet generatedKeyResultSet)
          throws SQLException
Throws:
SQLException


Copyright © 2011. All Rights Reserved.