java.lang.Object
com.baomidou.mybatisplus.core.injector.AbstractMethod
com.baomidou.mybatisplus.core.injector.methods.SelectPage
所有已实现的接口:
Constants, StringPool, Serializable

@Deprecated public class SelectPage extends AbstractMethod
查询满足条件所有数据(并翻页)
从以下版本开始:
2018-04-06
作者:
hubin
另请参阅:
  • 构造器详细资料

    • SelectPage

      public SelectPage()
      已过时。
    • SelectPage

      public SelectPage(String name)
      已过时。
      参数:
      name - 方法名
      从以下版本开始:
      3.5.0
  • 方法详细资料

    • injectMappedStatement

      public org.apache.ibatis.mapping.MappedStatement injectMappedStatement(Class<?> mapperClass, Class<?> modelClass, TableInfo tableInfo)
      已过时。
      从类复制的说明: AbstractMethod
      注入自定义 MappedStatement
      指定者:
      injectMappedStatement 在类中 AbstractMethod
      参数:
      mapperClass - mapper 接口
      modelClass - mapper 泛型
      tableInfo - 数据库表反射信息
      返回:
      MappedStatement