类 AbstractTemplatePlugin
java.lang.Object
org.mybatis.generator.api.PluginAdapter
net.entframework.kernel.db.generator.plugin.AbstractDynamicSQLPlugin
net.entframework.kernel.db.generator.plugin.web.AbstractWebPlugin
net.entframework.kernel.db.generator.plugin.web.AbstractTemplatePlugin
- 所有已实现的接口:
org.mybatis.generator.api.Plugin
-
嵌套类概要
从接口继承的嵌套类/接口 org.mybatis.generator.api.Plugin
org.mybatis.generator.api.Plugin.ModelClassType -
字段概要
字段修饰符和类型字段说明protected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected String从类继承的字段 net.entframework.kernel.db.generator.plugin.web.AbstractWebPlugin
API_ROOT, apiPackage, codingStyle, enumPackage, MODEL_ROOT, outputSubFolder, projectRootAlias, ROUTER_ROOT, typescriptModelPackage, VIEW_ROOT, viewPackage从类继承的字段 net.entframework.kernel.db.generator.plugin.AbstractDynamicSQLPlugin
log, writeMode从类继承的字段 org.mybatis.generator.api.PluginAdapter
context, properties -
构造器概要
构造器 -
方法概要
从类继承的方法 net.entframework.kernel.db.generator.plugin.web.AbstractWebPlugin
getInputIgnoreFields, getListIgnoreFields从类继承的方法 net.entframework.kernel.db.generator.plugin.AbstractDynamicSQLPlugin
convert, doIfNullCheck, generateActualColumnNamesWithParenthesis, generateActualColumnNamesWithParenthesis, generateActualColumnNamesWithParenthesis, generateParametersSeparateByComma, generateParametersSeparateByCommaWithParenthesis, generateParametersSeparateByCommaWithParenthesis, generateWhereConditions, lowerCaseFirstChar, wrapIfNullCheckForJavaProperty从类继承的方法 org.mybatis.generator.api.PluginAdapter
getOutputDirectory, setContext, setProperties从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.mybatis.generator.api.Plugin
clientBasicCountMethodGenerated, clientBasicCountMethodGenerated, clientBasicDeleteMethodGenerated, clientBasicDeleteMethodGenerated, clientBasicInsertMethodGenerated, clientBasicInsertMethodGenerated, clientBasicInsertMultipleHelperMethodGenerated, clientBasicInsertMultipleHelperMethodGenerated, clientBasicInsertMultipleMethodGenerated, clientBasicInsertMultipleMethodGenerated, clientBasicSelectManyMethodGenerated, clientBasicSelectManyMethodGenerated, clientBasicSelectOneMethodGenerated, clientBasicSelectOneMethodGenerated, clientBasicUpdateMethodGenerated, clientBasicUpdateMethodGenerated, clientColumnListPropertyGenerated, clientCountByExampleMethodGenerated, clientDeleteByExampleMethodGenerated, clientDeleteByPrimaryKeyMethodGenerated, clientDeleteByPrimaryKeyMethodGenerated, clientGeneralCountMethodGenerated, clientGeneralCountMethodGenerated, clientGeneralDeleteMethodGenerated, clientGeneralDeleteMethodGenerated, clientGeneralSelectDistinctMethodGenerated, clientGeneralSelectDistinctMethodGenerated, clientGeneralSelectMethodGenerated, clientGeneralSelectMethodGenerated, clientGeneralUpdateMethodGenerated, clientGeneralUpdateMethodGenerated, clientGenerated, clientInsertMethodGenerated, clientInsertMethodGenerated, clientInsertMultipleMethodGenerated, clientInsertMultipleMethodGenerated, clientInsertMultipleVarargMethodGenerated, clientInsertSelectiveMethodGenerated, clientInsertSelectiveMethodGenerated, clientSelectAllMethodGenerated, clientSelectByExampleWithBLOBsMethodGenerated, clientSelectByExampleWithoutBLOBsMethodGenerated, clientSelectByPrimaryKeyMethodGenerated, clientSelectByPrimaryKeyMethodGenerated, clientSelectListFieldGenerated, clientSelectOneMethodGenerated, clientSelectOneMethodGenerated, clientUpdateAllColumnsMethodGenerated, clientUpdateAllColumnsMethodGenerated, clientUpdateByExampleSelectiveMethodGenerated, clientUpdateByExampleWithBLOBsMethodGenerated, clientUpdateByExampleWithoutBLOBsMethodGenerated, clientUpdateByPrimaryKeyMethodGenerated, clientUpdateByPrimaryKeySelectiveMethodGenerated, clientUpdateByPrimaryKeySelectiveMethodGenerated, clientUpdateByPrimaryKeyWithBLOBsMethodGenerated, clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated, clientUpdateSelectiveColumnsMethodGenerated, clientUpdateSelectiveColumnsMethodGenerated, contextGenerateAdditionalFiles, contextGenerateAdditionalFiles, contextGenerateAdditionalJavaFiles, contextGenerateAdditionalJavaFiles, contextGenerateAdditionalKotlinFiles, contextGenerateAdditionalKotlinFiles, contextGenerateAdditionalXmlFiles, contextGenerateAdditionalXmlFiles, dynamicSqlSupportGenerated, dynamicSqlSupportGenerated, initialized, kotlinDataClassGenerated, mapperExtensionsGenerated, mapperGenerated, modelBaseRecordClassGenerated, modelExampleClassGenerated, modelFieldGenerated, modelGetterMethodGenerated, modelPrimaryKeyClassGenerated, modelRecordWithBLOBsClassGenerated, modelSetterMethodGenerated, providerApplyWhereMethodGenerated, providerCountByExampleMethodGenerated, providerDeleteByExampleMethodGenerated, providerGenerated, providerInsertSelectiveMethodGenerated, providerSelectByExampleWithBLOBsMethodGenerated, providerSelectByExampleWithoutBLOBsMethodGenerated, providerUpdateByExampleSelectiveMethodGenerated, providerUpdateByExampleWithBLOBsMethodGenerated, providerUpdateByExampleWithoutBLOBsMethodGenerated, providerUpdateByPrimaryKeySelectiveMethodGenerated, sqlMapBaseColumnListElementGenerated, sqlMapBlobColumnListElementGenerated, sqlMapCountByExampleElementGenerated, sqlMapDeleteByExampleElementGenerated, sqlMapDeleteByPrimaryKeyElementGenerated, sqlMapDocumentGenerated, sqlMapExampleWhereClauseElementGenerated, sqlMapGenerated, sqlMapInsertElementGenerated, sqlMapInsertSelectiveElementGenerated, sqlMapResultMapWithBLOBsElementGenerated, sqlMapResultMapWithoutBLOBsElementGenerated, sqlMapSelectAllElementGenerated, sqlMapSelectByExampleWithBLOBsElementGenerated, sqlMapSelectByExampleWithoutBLOBsElementGenerated, sqlMapSelectByPrimaryKeyElementGenerated, sqlMapUpdateByExampleSelectiveElementGenerated, sqlMapUpdateByExampleWithBLOBsElementGenerated, sqlMapUpdateByExampleWithoutBLOBsElementGenerated, sqlMapUpdateByPrimaryKeySelectiveElementGenerated, sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated, sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated
-
字段详细资料
-
templatePath
-
fileName
-
fileExt
-
modelPath
-
targetPackage
-
enableSubPackages
protected boolean enableSubPackages
-
-
构造器详细资料
-
AbstractTemplatePlugin
public AbstractTemplatePlugin()
-
-
方法详细资料
-
validate
从类复制的说明:AbstractWebPluginglobal properties set in context -- end- 指定者:
validate在接口中org.mybatis.generator.api.Plugin- 覆盖:
validate在类中AbstractWebPlugin
-
getAdditionalPropertyMap
把配置在插件属性中以var_开头的变量组装成Map, 以供模板引擎试用- 返回:
- Map
-