接口 IGenerateMapperMethodHandler

所有已知实现类:
AbstractMapperMethodHandler, DefaultGenerateMapperLambdaMethodHandler, DefaultGenerateMapperMethodHandler

public interface IGenerateMapperMethodHandler
Mapper层方法生成处理器
从以下版本开始:
3.5.10
作者:
nieqiurong
  • 方法详细资料

    • getMethodList

      List<MapperMethod> getMethodList(TableInfo tableInfo)
      获取生成方法
      参数:
      tableInfo - 表信息
      返回:
      索引方法
    • getImportPackages

      Set<String> getImportPackages(TableInfo tableInfo)
      获取需要导入的包
      参数:
      tableInfo - 表信息
      返回:
      导包列表