跳过导航链接
A B C D E G I J L M P S T U V X 

A

addClassComment(InnerClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addClassComment(InnerClass, IntrospectedTable, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addComment(XmlElement) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
Adds a suitable comment to warn users that the element was generated, and when it was generated.
addConfigurationProperties(Properties) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addEnumComment(InnerEnum, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addFieldComment(Field, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addGeneralMethodComment(Method, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addInterfaceComment(Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
inner inter face 注释
addJavadocTag(JavaElement, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
This method adds the custom javadoc tag for.
addJavaFileComment(CompilationUnit) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addModelClassComment(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addRootComment(XmlElement) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 

B

BasePlugin - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- 基础plugin ---------------------------------------------------------------------------
BasePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.BasePlugin
 
BatchInsertOldPlugin - com.itfsw.mybatis.generator.plugins中的类
已过时。
BatchInsertOldPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.BatchInsertOldPlugin
已过时。
 
BatchInsertPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 批量插入插件 ---------------------------------------------------------------------------
BatchInsertPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
 
BUILDER_CLASS_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
 

C

checkDependencyPlugin(Class, Context) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
检查插件依赖
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertOldPlugin
已过时。
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.UpsertPlugin
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
com.itfsw.mybatis.generator.plugins - 程序包 com.itfsw.mybatis.generator.plugins
 
com.itfsw.mybatis.generator.plugins.utils - 程序包 com.itfsw.mybatis.generator.plugins.utils
 
com.itfsw.mybatis.generator.plugins.utils.enhanced - 程序包 com.itfsw.mybatis.generator.plugins.utils.enhanced
 
commentGenerator - 类 中的变量com.itfsw.mybatis.generator.plugins.utils.BasePlugin
 
CriteriaBuilderPlugin - com.itfsw.mybatis.generator.plugins中的类
已过时。
CriteriaBuilderPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.CriteriaBuilderPlugin
已过时。
 

D

DEL_FLAG_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 

E

ENUM_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
 
ExampleEnhancedPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- Example 增强插件 ---------------------------------------------------------------------------
ExampleEnhancedPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ExampleEnhancedPlugin
 
ExampleTargetPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- Example类生成位置修改 ---------------------------------------------------------------------------
ExampleTargetPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
 

G

generateField(String, JavaVisibility, FullyQualifiedJavaType, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成属性
generateGetterMethod(Field) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成Filed的Get方法
generateKeys(List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成keys Ele
generateKeys(List<IntrospectedColumn>, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成keys Ele
generateKeysSelective(List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成keys Selective Ele
generateKeysSelective(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成keys Selective Ele
generateKeysSelective(List<IntrospectedColumn>, String, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成keys Selective Ele
generateMethod(String, JavaVisibility, FullyQualifiedJavaType, Parameter...) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成方法
generateMethodBody(Method, String...) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成方法实现体
generateSets(List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Ele
generateSets(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Ele
generateSets(List<IntrospectedColumn>, String, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Ele
generateSetsSelective(List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Selective Ele
generateSetsSelective(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Selective Ele
generateSetsSelective(List<IntrospectedColumn>, String, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Selective Ele
generateSetterMethod(Field) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成Filed的Set方法
generateStaticFinalField(String, FullyQualifiedJavaType, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成静态常量
generateValues(List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Ele
generateValues(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Ele
generateValues(List<IntrospectedColumn>, String, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Ele
generateValuesSelective(List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Selective Ele
generateValuesSelective(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Selective Ele
generateValuesSelective(List<IntrospectedColumn>, String, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Selective Ele
getBaseColumnListElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getBlobColumnListElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getConfigPlugins(Context) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
获取插件列表
getExampleIncludeElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getFormattedContent(int, CompilationUnit) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterface
格式化后内容,因为是内部接口,需要增加缩进
getFormattedContent(int, CompilationUnit) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterfaceWrapperToInnerClass
重写获取Java内容方法,调用InnerInterface的实现
getPluginIndex(Class, Context) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
获取插件所在位置
getSelectKey(IntrospectedColumn, GeneratedKey) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
This method should return an XmlElement for the select key used to automatically generate keys.
getUpdateByExampleIncludeElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 

I

initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertOldPlugin
已过时。
初始化 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
初始化阶段 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
初始化阶段 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
InnerInterface - com.itfsw.mybatis.generator.plugins.utils.enhanced中的类
--------------------------------------------------------------------------- 内部接口 ---------------------------------------------------------------------------
InnerInterface(FullyQualifiedJavaType) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterface
 
InnerInterface(String) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterface
 
InnerInterfaceWrapperToInnerClass - com.itfsw.mybatis.generator.plugins.utils.enhanced中的类
--------------------------------------------------------------------------- 把InnerInterface包装成InnerClass(Mybatis Generator 没有提供内部接口实现) ---------------------------------------------------------------------------
InnerInterfaceWrapperToInnerClass(FullyQualifiedJavaType) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterfaceWrapperToInnerClass
 
InnerInterfaceWrapperToInnerClass(String) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterfaceWrapperToInnerClass
 
InnerInterfaceWrapperToInnerClass(InnerInterface) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterfaceWrapperToInnerClass
 
IWCommentGenerator - com.itfsw.mybatis.generator.plugins.utils.enhanced中的类
--------------------------------------------------------------------------- 注释生成工具 ---------------------------------------------------------------------------
IWCommentGenerator() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.IWCommentGenerator
 

J

JavaElementGeneratorTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- Java ele 生成工具 ---------------------------------------------------------------------------
JavaElementGeneratorTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
 

L

LimitPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 增加分页方法 ---------------------------------------------------------------------------
LimitPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.LimitPlugin
 
logger - 类 中的静态变量com.itfsw.mybatis.generator.plugins.utils.BasePlugin
 
LOGICAL_DELETE_COLUMN_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
LOGICAL_DELETE_VALUE_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
LOGICAL_UN_DELETE_VALUE_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
LogicalDeletePlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 逻辑删除插件 ---------------------------------------------------------------------------
LogicalDeletePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 

M

METHOD_BATCH_INSERT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.BatchInsertOldPlugin
已过时。
 
METHOD_BATCH_INSERT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
 
METHOD_BATCH_INSERT_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
 
METHOD_LOGICAL_DELETE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
METHOD_LOGICAL_DELETE_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
METHOD_LOGICAL_DELETE_BY_PRIMARY_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
METHOD_SELECT_ONE_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
 
METHOD_UPSERT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_UPSERT_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_UPSERT_BY_EXAMPLE_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_UPSERT_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
Model 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
ModelBuilderPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 增加Model Builder方法 ---------------------------------------------------------------------------
ModelBuilderPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
 
ModelColumnPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 数据Model属性对应Column获取插件 ---------------------------------------------------------------------------
ModelColumnPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ExampleEnhancedPlugin
ModelExample Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
ModelExample Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
ModelExample Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html

P

PluginTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- 插件工具集 ---------------------------------------------------------------------------
PluginTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.PluginTools
 
PRE_ALLOW_MULTI_QUERIES - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 

S

SelectiveEnhancedPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- Selective 增强插件 ---------------------------------------------------------------------------
SelectiveEnhancedPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
 
SelectOneByExamplePlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 增加查询一条数据方法 ---------------------------------------------------------------------------
SelectOneByExamplePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertOldPlugin
已过时。
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.UpsertPlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html

T

TARGET_PACKAGE_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
 

U

UN_DEL_FLAG_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
UpsertPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 存在即更新插件 ---------------------------------------------------------------------------
UpsertPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
useGeneratedKeys(XmlElement, IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
使用JDBC的getGenereatedKeys方法获取主键并赋值到keyProperty设置的领域模型属性中。
useGeneratedKeys(XmlElement, IntrospectedTable, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
使用JDBC的getGenereatedKeys方法获取主键并赋值到keyProperty设置的领域模型属性中。

V

validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertOldPlugin
已过时。
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.CriteriaBuilderPlugin
已过时。
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.UpsertPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.BasePlugin

X

XmlElementGeneratorTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- Xml 节点生成工具 参考 org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator ---------------------------------------------------------------------------
XmlElementGeneratorTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
A B C D E G I J L M P S T U V X 
跳过导航链接

Copyright © 2017. All rights reserved.