org.apache.ibatis.executor.keygen
Class Jdbc3KeyGenerator

java.lang.Object
  extended by org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
All Implemented Interfaces:
KeyGenerator

public class Jdbc3KeyGenerator
extends Object
implements KeyGenerator


Constructor Summary
Jdbc3KeyGenerator()
           
 
Method Summary
 void processAfter(Executor executor, MappedStatement ms, Statement stmt, Object parameter)
           
 void processBatch(MappedStatement ms, Statement stmt, List<Object> parameters)
           
 void processBefore(Executor executor, MappedStatement ms, Statement stmt, Object parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jdbc3KeyGenerator

public Jdbc3KeyGenerator()
Method Detail

processBefore

public void processBefore(Executor executor,
                          MappedStatement ms,
                          Statement stmt,
                          Object parameter)
Specified by:
processBefore in interface KeyGenerator

processAfter

public void processAfter(Executor executor,
                         MappedStatement ms,
                         Statement stmt,
                         Object parameter)
Specified by:
processAfter in interface KeyGenerator

processBatch

public void processBatch(MappedStatement ms,
                         Statement stmt,
                         List<Object> parameters)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.