public class SelectMaps extends AbstractMethod
根据 ID 删除
builderAssistant, configuration, languageDriver| 构造器和说明 |
|---|
SelectMaps() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.mapping.MappedStatement |
injectMappedStatement(java.lang.Class<?> mapperClass,
java.lang.Class<?> modelClass,
TableInfo tableInfo)
注入自定义 MappedStatement
|
addDeleteMappedStatement, addInsertMappedStatement, addMappedStatement, addSelectMappedStatement, addUpdateMappedStatement, extractModelClass, inject, sqlSelectColumns, sqlSelectObjsColumns, sqlSet, sqlWhereByMap, sqlWhereEntityWrapperpublic org.apache.ibatis.mapping.MappedStatement injectMappedStatement(java.lang.Class<?> mapperClass,
java.lang.Class<?> modelClass,
TableInfo tableInfo)
AbstractMethodinjectMappedStatement 在类中 AbstractMethodmapperClass - mapper 接口modelClass - mapper 泛型tableInfo - 数据库表反射信息