Class SelectKeyGenerator

java.lang.Object
org.miaixz.bus.mapper.builder.SelectKeyGenerator
All Implemented Interfaces:
org.apache.ibatis.executor.keygen.KeyGenerator

public class SelectKeyGenerator extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
查询信息生成
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

  • Constructor Details

    • SelectKeyGenerator

      public SelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement, boolean executeBefore)
  • Method Details

    • processBefore

      public void processBefore(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Statement stmt, Object parameter)
      Specified by:
      processBefore in interface org.apache.ibatis.executor.keygen.KeyGenerator
    • processAfter

      public void processAfter(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Statement stmt, Object parameter)
      Specified by:
      processAfter in interface org.apache.ibatis.executor.keygen.KeyGenerator