Class R2dbcStatementLogFactory


  • public class R2dbcStatementLogFactory
    extends Object
    The type R2dbc statement log factory.
    Since:
    1.0.0
    Author:
    Gang Cheng
    • Constructor Detail

      • R2dbcStatementLogFactory

        public R2dbcStatementLogFactory​(R2dbcMybatisConfiguration r2dbcMybatisConfiguration)
        Instantiates a new r2dbc statement log factory.
        Parameters:
        r2dbcMybatisConfiguration - the r2dbc mybatis configuration
    • Method Detail

      • initR2dbcStatementLog

        public void initR2dbcStatementLog​(org.apache.ibatis.mapping.MappedStatement mappedStatement)
        Init r2dbc statement log.
        Parameters:
        mappedStatement - the mapped statement
      • getR2dbcStatementLog

        public R2dbcStatementLog getR2dbcStatementLog​(org.apache.ibatis.mapping.MappedStatement mappedStatement)
        Get r2dbc statement log optional.
        Parameters:
        mappedStatement - the MappedStatement
        Returns:
        the R2dbcStatementLog
      • getAllR2dbcStatementLog

        public Map<String,​R2dbcStatementLog> getAllR2dbcStatementLog()
        get all r2dbc statement logs
        Returns:
        unmodifiable Map<String,R2dbcStatementLog>