| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.mapper |
自动处理 CURD 基本 SQL 相关类
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlMethod |
SqlMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SqlMethod[] |
SqlMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AutoSqlInjector.injectSelectCountByEWSql(SqlMethod sqlMethod,
Class<?> mapperClass,
Class<?> modelClass,
TableInfo table)
注入EntityWrapper查询总记录数 SQL 语句
|
protected void |
AutoSqlInjector.injectSelectListSql(SqlMethod sqlMethod,
Class<?> mapperClass,
Class<?> modelClass,
TableInfo table)
注入EntityWrapper方式查询记录列表 SQL 语句
|
Copyright © 2016. All rights reserved.