java.lang.Object
com.baomidou.mybatisplus.core.injector.AbstractMethod
com.baomidou.mybatisplus.core.injector.methods.SelectByIds
所有已实现的接口:
Constants, StringPool, Serializable
直接已知子类:
SelectBatchByIds

public class SelectByIds extends AbstractMethod
根据ID集合,批量查询数据
从以下版本开始:
2018-04-06
作者:
hubin
另请参阅:
  • 构造器详细资料

    • SelectByIds

      public SelectByIds()
    • SelectByIds

      public SelectByIds(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