| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.activerecord |
ActiveRecord是Java的ORM框架,灵感来自Ruby on Rails的ActiveRecord。
|
| com.baomidou.mybatisplus.enums |
枚举类
|
| com.baomidou.mybatisplus.mapper |
自动处理 CURD 基本 SQL 相关类
|
| com.baomidou.mybatisplus.service.impl |
service 实现类
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
Model.sqlStatement(SqlMethod sqlMethod)
获取SqlStatement
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlMethod |
SqlMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMethod[] |
SqlMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AutoSqlInjector.injectSelectListSql(SqlMethod sqlMethod,
Class<?> mapperClass,
Class<?> modelClass,
TableInfo table)
注入EntityWrapper方式查询记录列表 SQL 语句
|
protected void |
AutoSqlInjector.injectSelectMapsSql(SqlMethod sqlMethod,
Class<?> mapperClass,
Class<?> modelClass,
TableInfo table)
注入EntityWrapper方式查询记录列表 SQL 语句
|
protected void |
AutoSqlInjector.injectSelectObjsSql(SqlMethod sqlMethod,
Class<?> mapperClass,
Class<?> modelClass,
TableInfo table)
注入EntityWrapper方式查询记录列表 SQL 语句
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
ServiceImpl.sqlStatement(SqlMethod sqlMethod)
获取SqlStatement
|
Copyright © 2017. All rights reserved.