Class DefaultReactiveResultHandler

  • All Implemented Interfaces:
    ReactiveResultHandler

    public class DefaultReactiveResultHandler
    extends Object
    implements ReactiveResultHandler
    The type Default reactive result handler.

    DefaultResultSetHandler

    Version:
    1.0.0
    Author:
    Gang Cheng
    • Constructor Detail

      • DefaultReactiveResultHandler

        public DefaultReactiveResultHandler​(R2dbcMybatisConfiguration r2DbcMybatisConfiguration,
                                            org.apache.ibatis.mapping.MappedStatement mappedStatement)
        Instantiates a new Default reactive result handler.
        Parameters:
        r2DbcMybatisConfiguration - the R2dbc mybatis configuration
        mappedStatement - the mapped statement
    • Method Detail

      • resolveDiscriminatedResultMap

        public org.apache.ibatis.mapping.ResultMap resolveDiscriminatedResultMap​(RowResultWrapper rowResultWrapper,
                                                                                 org.apache.ibatis.mapping.ResultMap resultMap,
                                                                                 String columnPrefix)
                                                                          throws SQLException
        resolve Discriminated ResultMap
        Parameters:
        rowResultWrapper - the row result wrapper
        resultMap - the result map
        columnPrefix - the column prefix
        Returns:
        result map
        Throws:
        SQLException - the sql exception