跳过导航链接
A B C D E F G H I J L M N O P R S T U V W X 

A

addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
 
addClassComment(InnerClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the inner class comment.
addClassComment(InnerClass, IntrospectedTable, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the inner class comment.
addComment(XmlElement) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
This method should add a suitable comment as a child element of the specified xmlElement to warn users that the element was generated and is subject to regeneration.
addConfigurationProperties(Properties) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds properties for this instance from any properties configured in the CommentGenerator configuration.
addElementWithBestPosition(XmlElement, XmlElement) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
在最佳位置添加节点
addEnumComment(InnerEnum, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the enum comment.
addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
 
addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
 
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
This method should add a Javadoc comment to the specified field.
addFieldComment(Field, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the field comment.
addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
 
addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
 
addGeneralMethodComment(Method, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the general method comment.
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the getter comment.
addItem(String, String, String) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo
添加Enum Item
addJavaFileComment(CompilationUnit) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
This method is called to add a file level comment to a generated java file.
addMethodWithBestPosition(InnerClass, Method) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
在最佳位置添加方法
addMethodWithBestPosition(Interface, Method) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
在最佳位置添加方法
addMethodWithBestPosition(InnerEnum, Method) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
在最佳位置添加方法
addMethodWithBestPosition(TopLevelClass, Method) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
在最佳位置添加方法
addModelClassComment(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds a comment for a model class.
addRootComment(XmlElement) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
This method is called to add a comment as the first child of the root element.
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
Adds the setter comment.

B

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

C

CannotParseException() - 异常错误 的构造器com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.CannotParseException
 
checkDependencyPlugin(Context, Class...) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
检查插件依赖
CLASS_INCREMENT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
Increment 类
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
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.MapperAnnotationPlugin
具体执行顺序 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
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
insertSelective 方法生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientLogicalDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
clientLogicalDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientLogicalDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientLogicalDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILogicalDeletePluginHook
logicalDeleteByExample
clientLogicalDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
clientLogicalDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientLogicalDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientLogicalDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILogicalDeletePluginHook
logicalDeleteByPrimaryKey
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
Java Client Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
clientSelectOneByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
clientSelectOneByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientSelectOneByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ISelectOneByExamplePluginHook
selectOneByExampleWithBLOBs 接口方法生成
clientSelectOneByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
clientSelectOneByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientSelectOneByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ISelectOneByExamplePluginHook
selectOneByExample 接口方法生成
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
updateByExampleSelective 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
updateByPrimaryKeySelective 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
clientUpdateWithVersionByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
 
clientUpdateWithVersionByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientUpdateWithVersionByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IOptimisticLockerPluginHook
 
clientUpdateWithVersionByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
 
clientUpdateWithVersionByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientUpdateWithVersionByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IOptimisticLockerPluginHook
 
clientUpsertByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
upsertByExampleSelective 方法
clientUpsertByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientUpsertByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IUpsertPluginHook
upsertByExampleSelective 方法
clientUpsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
upsertSelective 方法
clientUpsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
clientUpsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IUpsertPluginHook
upsertSelective 方法
clone(Method) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementTools
clone
clone(Parameter) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementTools
clone
clone(XmlElement) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
拷贝
clone(Attribute) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
拷贝
clone(TextElement) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
拷贝
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
 
com.itfsw.mybatis.generator.plugins.utils.hook - 程序包 com.itfsw.mybatis.generator.plugins.utils.hook
 
commentGenerator - 类 中的变量com.itfsw.mybatis.generator.plugins.utils.BasePlugin
 
CommentPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 评论插件 ---------------------------------------------------------------------------
CommentPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.CommentPlugin
 
compareVersion(String, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
版本号比较
CONST_BEGINNING_DELIMITER - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
 
CONST_ENDING_DELIMITER - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
 
ConstructorBasedBugFixPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- constructorBased 官方 bug 修正插件 ---------------------------------------------------------------------------
ConstructorBasedBugFixPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ConstructorBasedBugFixPlugin
 

D

DEFAULT_LOGICAL_DELETE_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
逻辑删除标志位名称(默认)
DEFAULT_LOGICAL_UN_DELETE_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 

E

ENUM_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
内部Enum名
EnumInfo(IntrospectedColumn) - 类 的构造器com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo
 
EnumItemInfo(IntrospectedColumn, String, String, String) - 类 的构造器com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
 
EnumModelType - com.itfsw.mybatis.generator.plugins.utils中的枚举
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
EnumTypeStatusPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- type or status enum 插件 ---------------------------------------------------------------------------
EnumTypeStatusPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
EnumTypeStatusPlugin.EnumInfo - com.itfsw.mybatis.generator.plugins中的类
 
EnumTypeStatusPlugin.EnumInfo.CannotParseException - com.itfsw.mybatis.generator.plugins中的异常错误
 
EnumTypeStatusPlugin.EnumInfo.EnumItemInfo - com.itfsw.mybatis.generator.plugins中的类
 
EnumTypeStatusPlugin.EnumInfo.NotSupportTypeException - com.itfsw.mybatis.generator.plugins中的异常错误
 
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
 

F

FIELD_COLUMN_FOR_CLASS_INCREMENT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
FIELD_INC_MAP - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
为了防止和用户数据库字段冲突,特殊命名
FIELD_INC_MAP - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
FIELD_OPERATE_FOR_CLASS_INCREMENT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
FIELD_VALUE_FOR_CLASS_INCREMENT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
findAllTextElements(XmlElement) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
查询指定xml下所有text xml 节点
findXmlElements(XmlElement, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
查找指定xml节点下指定节点名称的元素
FormatTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- 格式化工具,优化输出 ---------------------------------------------------------------------------
FormatTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.FormatTools
 

G

generateEnum(CommentGenerator, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo
 
generateField(String, JavaVisibility, FullyQualifiedJavaType, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成属性
generateGetterMethod(Field) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成Filed的Get方法
generateIncrementSet(IntrospectedColumn, String, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
generateIncrementSet(IntrospectedColumn, String, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
generateIncrementSet(IntrospectedColumn, String, boolean) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementPluginHook
生成增量操作节点
generateIncrementSetForSelectiveEnhancedPlugin(List<IntrospectedColumn>) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
生成增量操作节点(SelectiveEnhancedPlugin)
generateIncrementSetForSelectiveEnhancedPlugin(List<IntrospectedColumn>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
generateIncrementSetForSelectiveEnhancedPlugin(List<IntrospectedColumn>) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementPluginHook
生成增量操作节点(SelectiveEnhancedPlugin)
generateIncrementSetSelective(IntrospectedColumn, String) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
generateIncrementSetSelective(IntrospectedColumn, String) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
generateIncrementSetSelective(IntrospectedColumn, String) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementPluginHook
生成增量操作节点
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
generateLogicalDeleteColumnValue(IntrospectedColumn, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成逻辑删除列的删除值
generateMethod(String, JavaVisibility, FullyQualifiedJavaType, Parameter...) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成方法
generateMethodBody(Method, String...) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成方法实现体
generateResultMapResultElement(String, IntrospectedColumn) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成resultMap的result 节点
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
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
generateSetsSelectiveElement(List<IntrospectedColumn>, IntrospectedColumn, XmlElement) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
 
generateSetsSelectiveElement(List<IntrospectedColumn>, IntrospectedColumn, XmlElement) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
generateSetsSelectiveElement(List<IntrospectedColumn>, IntrospectedColumn, XmlElement) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IOptimisticLockerPluginHook
 
generateSetterMethod(Field) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成Filed的Set方法
generateStaticFinalField(String, FullyQualifiedJavaType, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
生成静态常量
generateUpsertKeys(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成keys Ele (upsert)
generateUpsertSets(List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成sets Ele (upsert)
generateUpsertValues(List<IntrospectedColumn>, String, boolean) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成values Ele (upsert)
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
generateWhereByPrimaryKeyTo(XmlElement, List<IntrospectedColumn>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成 xxxByPrimaryKey 的where 语句
generateWhereByPrimaryKeyTo(XmlElement, List<IntrospectedColumn>, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
生成 xxxByPrimaryKey 的where 语句
getAttribute(XmlElement, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
获取属性
getBaseColumnListElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getBlobColumnListElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getComment() - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
Getter method for property comment.
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的实现
getFullyQualifiedName() - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerTypeFullyQualifiedJavaType
This method returns the fully qualified name - including any generic type parameters.
getHook(Class<T>) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
获取挂载
getInnerInterface() - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterfaceWrapperToInnerClass
Getter method for property innerInterface.
getInstance() - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
Getter method for property instance.
getItems() - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo
Getter method for property items.
getModelBaseRecordClomns(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.IntrospectedTableTools
获取生成model baseRecord的列
getModelTypeWithBLOBs(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
获取Model有BLOBs类时的类型
getModelTypeWithoutBLOBs(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.JavaElementGeneratorTools
获取Model没有BLOBs类时的类型
getName() - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
Getter method for property name.
getOriginalValue() - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
Getter method for property value.
getParameterClause(String, IntrospectedColumn) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
Gets the parameter clause.
getPluginConfiguration(Context, Class) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
获取插件配置
getPluginIndex(Context, Class) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.PluginTools
获取插件所在位置
getProperty(Object, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.BeanUtils
获取属性
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.
getSelectKey(IntrospectedColumn, GeneratedKey, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getShortName() - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerTypeFullyQualifiedJavaType
Gets the short name.
getShortName() - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.SpecTypeArgumentsFullyQualifiedJavaType
 
getUpdateByExampleIncludeElement(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementGeneratorTools
 
getValue() - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
Getter method for property value.

H

hasItems() - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo
判断是否有节点
HookAggregator - com.itfsw.mybatis.generator.plugins.utils.hook中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
HookAggregator() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
constructor

I

ID_FOR_PROPERTY_BASED_RESULT_MAP - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
IIncrementPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
IIncrementsPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ILogicalDeletePluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ILombokPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
IModelBuilderPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
IModelColumnPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
includeBLOBColumns(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.IntrospectedTableTools
是否有 blob 列
includePrimaryKeyColumns(IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.IntrospectedTableTools
是否有primaryKey 列
IncrementPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
IncrementPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
incrementSetElementGenerated(IntrospectedColumn, String, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
生成增量操作节点
incrementSetElementGenerated(IntrospectedColumn, String, boolean) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
incrementSetElementGenerated(IntrospectedColumn, String, boolean) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementsPluginHook
生成增量操作节点
incrementSetsWithSelectiveEnhancedPluginElementGenerated(List<IntrospectedColumn>) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
生成增量操作节点(SelectiveEnhancedPlugin)
incrementSetsWithSelectiveEnhancedPluginElementGenerated(List<IntrospectedColumn>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
incrementSetsWithSelectiveEnhancedPluginElementGenerated(List<IntrospectedColumn>) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementsPluginHook
生成增量操作节点(SelectiveEnhancedPlugin)
IncrementsPlugin - com.itfsw.mybatis.generator.plugins中的类
已过时。
IncrementsPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ExampleEnhancedPlugin
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
初始化阶段 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
初始化阶段 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.MapperAnnotationPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
 
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.TablePrefixPlugin
已过时。
初始化阶段 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.TableRenamePlugin
已过时。
初始化阶段 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
initialized(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.BasePlugin
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
 
InnerTypeFullyQualifiedJavaType - com.itfsw.mybatis.generator.plugins.utils.enhanced中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
InnerTypeFullyQualifiedJavaType(String) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerTypeFullyQualifiedJavaType
Use this constructor to construct a generic type with the specified type parameters.
IntrospectedTableTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- IntrospectedTable 的一些拓展增强 ---------------------------------------------------------------------------
IntrospectedTableTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.IntrospectedTableTools
 
invoke(Object, Class, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.BeanUtils
执行无参方法
IOptimisticLockerPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ISelectOneByExamplePluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ISelectSelectivePluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ITableConfigurationHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ITEM_PATTERN - 类 中的静态变量com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
IUpsertPluginHook - com.itfsw.mybatis.generator.plugins.utils.hook中的接口
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

J

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

L

LimitPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 增加分页方法 ---------------------------------------------------------------------------
LimitPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.LimitPlugin
 
logger - 类 中的静态变量com.itfsw.mybatis.generator.plugins.utils.BasePlugin
 
logger - 类 中的静态变量com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
 
logger - 类 中的静态变量com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
logicalDeleteEnumGenerated(IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
logicalDeleteEnumGenerated(IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
logicalDeleteEnumGenerated(IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
logicalDeleteEnumGenerated(IntrospectedColumn) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILogicalDeletePluginHook
逻辑删除枚举是否生成
LogicalDeletePlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 逻辑删除插件 ---------------------------------------------------------------------------
LogicalDeletePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
LombokPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- LombokPlugin ---------------------------------------------------------------------------
LombokPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.LombokPlugin
 

M

MapperAnnotationPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
MapperAnnotationPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.MapperAnnotationPlugin
 
METHOD_BATCH_INSERT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
 
METHOD_BATCH_INSERT_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
 
METHOD_BATCH_UPSERT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_BATCH_UPSERT_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_BATCH_UPSERT_WITH_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_DEC - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
METHOD_DELETE_WITH_VERSION_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_DELETE_WITH_VERSION_BY_PRIMARY_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_EXCLUDES - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
自定义方法
METHOD_GET_ALIASED_ESCAPED_COLUMN_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
 
METHOD_GET_ESCAPED_COLUMN_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
 
METHOD_GET_INC_MAP - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
METHOD_INC - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
增减方法
METHOD_INC_CHECK - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
METHOD_INCREMENT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
自增方法名称
METHOD_LOGICAL_DELETE_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
METHOD_LOGICAL_DELETE_BY_PRIMARY_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
METHOD_LOGICAL_DELETE_WITH_VERSION_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_LOGICAL_DELETE_WITH_VERSION_BY_PRIMARY_KEY - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_LOGICAL_DELETED - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
逻辑删除查询方法
METHOD_NEW_AND_CREATE_CRITERIA - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ExampleEnhancedPlugin
 
METHOD_NEXT_VERSION - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_SELECT_BY_EXAMPLE_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
METHOD_SELECT_BY_PRIMARY_KEY_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
METHOD_SELECT_BY_PRIMARY_KEY_WITH_LOGICAL_DELETE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
selectByPrimaryKey 的逻辑删除增强
METHOD_SELECT_ONE_BY_EXAMPLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
 
METHOD_SELECT_ONE_BY_EXAMPLE_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
METHOD_SELECT_ONE_BY_EXAMPLE_WITH_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
 
METHOD_UPDATE_WITH_VERSION_BY_EXAMPLE_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_UPDATE_WITH_VERSION_BY_EXAMPLE_WITH_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_UPDATE_WITH_VERSION_BY_EXAMPLE_WITHOUT_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_UPDATE_WITH_VERSION_BY_PRIMARY_KEY_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_UPDATE_WITH_VERSION_BY_PRIMARY_KEY_WITH_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
METHOD_UPDATE_WITH_VERSION_BY_PRIMARY_KEY_WITHOUT_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
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_BY_EXAMPLE_WITH_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_UPSERT_SELECTIVE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
METHOD_UPSERT_WITH_BLOBS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
modelBaseRecordBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
modelBaseRecordBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
 
modelBaseRecordBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
modelBaseRecordBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILombokPluginHook
Model builder class 生成
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ConstructorBasedBugFixPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
Model 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 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.ModelCloneablePlugin
具体执行顺序 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
modelBuilderClassGenerated(TopLevelClass, InnerClass, List<IntrospectedColumn>, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
Model builder class 生成
modelBuilderClassGenerated(TopLevelClass, InnerClass, List<IntrospectedColumn>, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
Model builder class 生成
modelBuilderClassGenerated(TopLevelClass, InnerClass, List<IntrospectedColumn>, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
modelBuilderClassGenerated(TopLevelClass, InnerClass, List<IntrospectedColumn>, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IModelBuilderPluginHook
Model builder class 生成
ModelBuilderPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 增加Model Builder方法 ---------------------------------------------------------------------------
ModelBuilderPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
 
modelBuilderSetterMethodGenerated(Method, TopLevelClass, InnerClass, IntrospectedColumn, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
Model builder set 方法生成
modelBuilderSetterMethodGenerated(Method, TopLevelClass, InnerClass, IntrospectedColumn, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
Model builder set 方法生成
modelBuilderSetterMethodGenerated(Method, TopLevelClass, InnerClass, IntrospectedColumn, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
modelBuilderSetterMethodGenerated(Method, TopLevelClass, InnerClass, IntrospectedColumn, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IModelBuilderPluginHook
Model builder set 方法生成
ModelCloneablePlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- Cloneable ---------------------------------------------------------------------------
ModelCloneablePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.ModelCloneablePlugin
 
modelColumnEnumGenerated(InnerEnum, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
modelColumnEnumGenerated(InnerEnum, TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
modelColumnEnumGenerated(InnerEnum, TopLevelClass, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IModelColumnPluginHook
Model Column 枚举生成
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
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelPrimaryKeyBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
modelPrimaryKeyBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
 
modelPrimaryKeyBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
modelPrimaryKeyBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILombokPluginHook
Model builder class 生成
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelCloneablePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelRecordWithBLOBsBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
modelRecordWithBLOBsBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
 
modelRecordWithBLOBsBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
modelRecordWithBLOBsBuilderClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILombokPluginHook
Model builder class 生成
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelBuilderPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelCloneablePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.ModelColumnPlugin
Model Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
mybatisVersion - 类 中的变量com.itfsw.mybatis.generator.plugins.utils.BasePlugin
 

N

NEED_PATTERN - 类 中的静态变量com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
NotSupportTypeException() - 异常错误 的构造器com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.NotSupportTypeException
 

O

OptimisticLockerPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- 乐观锁插件 ---------------------------------------------------------------------------
OptimisticLockerPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 

P

PARAMETER_LOGICAL_DELETED - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
增强selectByPrimaryKey是参数名称
parseRemarks(String) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo
解析注释
PluginTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- 插件工具集 ---------------------------------------------------------------------------
PluginTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.PluginTools
 
PRO_ALLOW_BATCH_UPSERT - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
PRO_ALLOW_MULTI_QUERIES - 类 中的静态变量com.itfsw.mybatis.generator.plugins.BatchInsertPlugin
 
PRO_ALLOW_MULTI_QUERIES - 类 中的静态变量com.itfsw.mybatis.generator.plugins.UpsertPlugin
 
PRO_AUTO_SCAN - 类 中的静态变量com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
自动扫描
PRO_CLIENT_SUFFIX - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_COLUMN_REPLACE_DISABLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_COLUMN_REPLACE_STRING - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_COLUMN_SEARCH_STRING - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_CUSTOMIZED_NEXT_VERSION - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
PRO_ENABLE_AND_IF - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ExampleEnhancedPlugin
 
PRO_ENABLE_LOGICAL_DELETE_CONST - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
是否支持不推荐的常量配置方式
PRO_ENUM_COLUMNS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
需要生成Enum的Column
PRO_EXAMPLE_SUFFIX - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_INCREMENT_COLUMNS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementPlugin
 
PRO_INCREMENTS_COLUMNS - 类 中的静态变量com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
 
PRO_LOGICAL_DELETE_COLUMN - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
PRO_LOGICAL_DELETE_CONST_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
逻辑删除常量
PRO_LOGICAL_DELETE_VALUE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
PRO_LOGICAL_UN_DELETE_CONST_NAME - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
PRO_LOGICAL_UN_DELETE_VALUE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LogicalDeletePlugin
 
PRO_MODEL_SUFFIX - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_MYBATIS_VERSION - 类 中的静态变量com.itfsw.mybatis.generator.plugins.utils.BasePlugin
mybatis 版本
PRO_PREFIX - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TablePrefixPlugin
已过时。
 
PRO_REPLACE_STRING - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenamePlugin
已过时。
 
PRO_SEARCH_STRING - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenamePlugin
已过时。
 
PRO_START_PAGE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LimitPlugin
分页开始页码
PRO_SUPPORT_SUPER_BUILDER_FOR_IDEA - 类 中的静态变量com.itfsw.mybatis.generator.plugins.LombokPlugin
开启IDEA(老版本) SuperBuilder 支持
PRO_TABLE_OVERRIDE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenamePlugin
已过时。
 
PRO_TABLE_REPLACE_DISABLE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_TABLE_REPLACE_STRING - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_TABLE_SEARCH_STRING - 类 中的静态变量com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
PRO_TARGET_PACKAGE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
 
PRO_TEMPLATE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.CommentPlugin
模板 property
PRO_VERSION_COLUMN - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 

R

REMARKS_PATTERN - 类 中的静态变量com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
removeAttribute(XmlElement, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
移除属性
replaceAttribute(XmlElement, Attribute) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
替换属性
replaceComment(CommentGenerator, XmlElement) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
替换已有注释
replaceGeneralMethodComment(CommentGenerator, Method, IntrospectedTable) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
替换已有方法注释
replaceXmlElement(XmlElement, XmlElement) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
xmlElement 替换

S

safeGetColumn(IntrospectedTable, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.IntrospectedTableTools
安全获取column 通过正则获取的name可能包含beginningDelimiter&&endingDelimiter
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
 
SelectSelectivePlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
SelectSelectivePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
setContext(Context) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.BasePlugin
Set the context under which this plugin is running.
setContext(Context) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
Setter method for property context.
setDomainObjectName(IntrospectedTable, Context, String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.IntrospectedTableTools
设置DomainObjectName和MapperName
setInnerInterface(InnerInterface) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.InnerInterfaceWrapperToInnerClass
Setter method for property innerInterface.
setProperties(Properties) - 类 中的方法com.itfsw.mybatis.generator.plugins.CommentPlugin
插件具体实现查看BasePlugin
setProperty(Object, String, Object) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.BeanUtils
设置属性
SpecTypeArgumentsFullyQualifiedJavaType - com.itfsw.mybatis.generator.plugins.utils.enhanced中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
SpecTypeArgumentsFullyQualifiedJavaType(String) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.SpecTypeArgumentsFullyQualifiedJavaType
Use this constructor to construct a generic type with the specified type parameters.
SQL_UPDATE_BY_EXAMPLE_WITH_VERSION_WHERE_CLAUSE - 类 中的静态变量com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
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.OptimisticLockerPlugin
 
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.SelectSelectivePlugin
具体执行顺序 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
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
insertSelective 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapLogicalDeleteByExampleElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
sqlMapLogicalDeleteByExampleElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapLogicalDeleteByExampleElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapLogicalDeleteByExampleElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILogicalDeletePluginHook
logicalDeleteByExample
sqlMapLogicalDeleteByPrimaryKeyElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin
 
sqlMapLogicalDeleteByPrimaryKeyElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapLogicalDeleteByPrimaryKeyElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapLogicalDeleteByPrimaryKeyElementGenerated(Document, XmlElement, IntrospectedColumn, String, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ILogicalDeletePluginHook
logicalDeleteByPrimaryKey
sqlMapSelectByExampleSelectiveElementGenerated(Document, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
 
sqlMapSelectByExampleSelectiveElementGenerated(Document, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapSelectByExampleSelectiveElementGenerated(Document, XmlElement, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ISelectSelectivePluginHook
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
SQL Map Methods 生成 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(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.SelectOneByExamplePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
sqlMapSelectOneByExampleWithBLOBsElementGenerated(Document, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
sqlMapSelectOneByExampleWithBLOBsElementGenerated(Document, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapSelectOneByExampleWithBLOBsElementGenerated(Document, XmlElement, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ISelectOneByExamplePluginHook
selectOneByExampleWithBLOBs 方法sqlMap实现
sqlMapSelectOneByExampleWithoutBLOBsElementGenerated(Document, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
 
sqlMapSelectOneByExampleWithoutBLOBsElementGenerated(Document, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapSelectOneByExampleWithoutBLOBsElementGenerated(Document, XmlElement, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ISelectOneByExamplePluginHook
selectOneByExample 方法sqlMap实现
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
updateByExampleSelective 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
updateByPrimaryKeySelective 具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.OptimisticLockerPlugin
 
sqlMapUpsertByExampleSelectiveElementGenerated(XmlElement, List<IntrospectedColumn>, XmlElement, XmlElement, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
upsertByExampleSelective xml
sqlMapUpsertByExampleSelectiveElementGenerated(XmlElement, List<IntrospectedColumn>, XmlElement, XmlElement, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapUpsertByExampleSelectiveElementGenerated(XmlElement, List<IntrospectedColumn>, XmlElement, XmlElement, XmlElement, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IUpsertPluginHook
upsertByExampleSelective xml
sqlMapUpsertSelectiveElementGenerated(XmlElement, List<IntrospectedColumn>, XmlElement, XmlElement, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
upsertSelective xml
sqlMapUpsertSelectiveElementGenerated(XmlElement, List<IntrospectedColumn>, XmlElement, XmlElement, XmlElement, IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
sqlMapUpsertSelectiveElementGenerated(XmlElement, List<IntrospectedColumn>, XmlElement, XmlElement, XmlElement, IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IUpsertPluginHook
upsertSelective xml
supportIncrement(IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
判断是否为需要进行增量操作的column
supportIncrement(IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
判断是否为需要进行增量操作的column
supportIncrement(IntrospectedColumn) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
supportIncrement(IntrospectedColumn) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementPluginHook
是否支持increment
supportIncrement(IntrospectedColumn) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.IIncrementsPluginHook
是否支持increment

T

tableConfiguration(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
表配置
tableConfiguration(IntrospectedTable) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.HookAggregator
 
tableConfiguration(IntrospectedTable) - 接口 中的方法com.itfsw.mybatis.generator.plugins.utils.hook.ITableConfigurationHook
表配置
TablePrefixPlugin - com.itfsw.mybatis.generator.plugins中的类
已过时。
TablePrefixPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.TablePrefixPlugin
已过时。
 
TableRenameConfigurationPlugin - com.itfsw.mybatis.generator.plugins中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
TableRenameConfigurationPlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
 
TableRenamePlugin - com.itfsw.mybatis.generator.plugins中的类
已过时。
TableRenamePlugin() - 类 的构造器com.itfsw.mybatis.generator.plugins.TableRenamePlugin
已过时。
 
TemplateCommentGenerator - com.itfsw.mybatis.generator.plugins.utils.enhanced中的类
--------------------------------------------------------------------------- 模板注释生成工具 ---------------------------------------------------------------------------
TemplateCommentGenerator(Context, String) - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator
构造函数
TemplateCommentGenerator.EnumNode - com.itfsw.mybatis.generator.plugins.utils.enhanced中的枚举
评论模板节点ID

U

upFirstChar(String) - 类 中的静态方法com.itfsw.mybatis.generator.plugins.utils.FormatTools
首字母大写
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.BatchInsertPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.ExampleTargetPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.IncrementsPlugin
已过时。
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.LimitPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.LombokPlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectiveEnhancedPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin
具体执行顺序 http://www.mybatis.org/generator/reference/pluggingIn.html
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.TablePrefixPlugin
已过时。
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.TableRenamePlugin
已过时。
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.UpsertPlugin
validate(List<String>) - 类 中的方法com.itfsw.mybatis.generator.plugins.utils.BasePlugin
value() - 枚举 中的方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator.EnumNode
valueOf(String) - 枚举 中的静态方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator.EnumNode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.itfsw.mybatis.generator.plugins.utils.EnumModelType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.itfsw.mybatis.generator.plugins.utils.enhanced.TemplateCommentGenerator.EnumNode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.itfsw.mybatis.generator.plugins.utils.EnumModelType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

warnings - 类 中的变量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
 
XmlElementTools - com.itfsw.mybatis.generator.plugins.utils中的类
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
XmlElementTools() - 类 的构造器com.itfsw.mybatis.generator.plugins.utils.XmlElementTools
 
A B C D E F G H I J L M N O P R S T U V W X 
跳过导航链接

Copyright © 2019. All rights reserved.