public class ToggleEnable extends AbstractInjectMethod
| 构造器和说明 |
|---|
ToggleEnable() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
buildSqlScript(SemiMybatisConfiguration configuration,
Class<?> beanClass,
Class<?> parameterTypeClass,
TableInfo tableInfo)
构建sql语句
|
String |
getId() |
org.apache.ibatis.mapping.SqlCommandType |
getSqlCommandType() |
addMappedStatement, createSqlSource, databaseId, isDirtySelectpublic String getId()
public org.apache.ibatis.mapping.SqlCommandType getSqlCommandType()
public String buildSqlScript(SemiMybatisConfiguration configuration, Class<?> beanClass, Class<?> parameterTypeClass, TableInfo tableInfo)
AbstractInjectMethodbuildSqlScript 在类中 AbstractInjectMethodconfiguration - mybatis配置信息beanClass - Mapper的泛型的具体类型parameterTypeClass - 参数类型tableInfo - 对应的 表信息,包含列,字段,表名等等Copyright © 2024. All rights reserved.