Class CountMappedStatement

java.lang.Object
org.miaixz.bus.pager.builtin.CountMappedStatement

public class CountMappedStatement extends Object
创建新的MappedStatement,主要是Count返回值int
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • CountMappedStatement

      public CountMappedStatement()
  • Method Details

    • newCountMappedStatement

      public static org.apache.ibatis.mapping.MappedStatement newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms, String newMsId)
      新建count查询的MappedStatement
      Parameters:
      ms - MappedStatement
      newMsId - 标识
      Returns:
      the mappedStatement