Class Jdbc3KeyGenerator

  • All Implemented Interfaces:
    KeyGenerator

    public class Jdbc3KeyGenerator
    extends java.lang.Object
    implements KeyGenerator
    Author:
    Clinton Begin, Kazuki Shimizu
    • Method Summary

      Modifier and Type Method Description
      void processAfter​(Executor executor, MappedStatement ms, java.sql.Statement stmt, java.lang.Object parameter)  
      void processBatch​(MappedStatement ms, java.sql.Statement stmt, java.lang.Object parameter)  
      void processBefore​(Executor executor, MappedStatement ms, java.sql.Statement stmt, java.lang.Object parameter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final Jdbc3KeyGenerator INSTANCE
        A shared instance.
        Since:
        3.4.3
    • Constructor Detail

      • Jdbc3KeyGenerator

        public Jdbc3KeyGenerator()