Class SelectR2dbcKeyGenerator

  • All Implemented Interfaces:
    R2dbcKeyGenerator

    public class SelectR2dbcKeyGenerator
    extends Object
    implements R2dbcKeyGenerator
    The type Default r2dbc key generator.

    SelectKeyGenerator

    Since:
    1.0.2
    Version:
    1.0.3
    Author:
    Gang Cheng
    • Constructor Detail

      • SelectR2dbcKeyGenerator

        public SelectR2dbcKeyGenerator​(org.apache.ibatis.executor.keygen.SelectKeyGenerator selectKeyGenerator,
                                       R2dbcMybatisConfiguration r2dbcMybatisConfiguration,
                                       ReactiveMybatisExecutor reactiveMybatisExecutor)
        Instantiates a new Select r2dbc key generator.
        Parameters:
        selectKeyGenerator - the select key generator
        r2dbcMybatisConfiguration - the r2dbc mybatis configuration
        reactiveMybatisExecutor - the reactive mybatis executor