com.googlecode.jpattern.orm.session
Class NullGeneratedKeyExtractor

java.lang.Object
  extended by com.googlecode.jpattern.orm.session.NullGeneratedKeyExtractor
All Implemented Interfaces:
IGeneratedKeyReader

public class NullGeneratedKeyExtractor
extends Object
implements IGeneratedKeyReader

Author:
Francesco Cina 02/lug/2011

Constructor Summary
NullGeneratedKeyExtractor()
           
 
Method Summary
 String[] generatedColumnNames()
           
 void read(ResultSet generatedKeyResultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullGeneratedKeyExtractor

public NullGeneratedKeyExtractor()
Method Detail

read

public void read(ResultSet generatedKeyResultSet)
          throws SQLException
Specified by:
read in interface IGeneratedKeyReader
Throws:
SQLException

generatedColumnNames

public String[] generatedColumnNames()
Specified by:
generatedColumnNames in interface IGeneratedKeyReader


Copyright © 2011. All Rights Reserved.