Class DelegateR2dbcParameterHandler

  • All Implemented Interfaces:
    InvocationHandler

    public class DelegateR2dbcParameterHandler
    extends Object
    implements InvocationHandler
    The type Delegate R2dbc parameter handler.
    Version:
    1.0.0
    Author:
    Gang Cheng
    • Constructor Detail

      • DelegateR2dbcParameterHandler

        public DelegateR2dbcParameterHandler​(R2dbcMybatisConfiguration r2DbcMybatisConfiguration,
                                             org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler,
                                             io.r2dbc.spi.Statement statement,
                                             R2dbcStatementLog r2dbcStatementLog)
        Instantiates a new Delegate R2dbc parameter handler.
        Parameters:
        r2DbcMybatisConfiguration - the R2dbc mybatis configuration
        parameterHandler - the parameter handler
        statement - the statement
        r2dbcStatementLog - the statement log helper