public class MybatisCommentGenerator
extends org.mybatis.generator.internal.DefaultCommentGenerator
Description:
| 构造器和说明 |
|---|
MybatisCommentGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFieldComment(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn) |
void |
addJavaFileComment(org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit) |
void |
addModelClassComment(org.mybatis.generator.api.dom.java.TopLevelClass topLevelClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable) |
addClassAnnotation, addClassComment, addClassComment, addComment, addConfigurationProperties, addEnumComment, addFieldAnnotation, addFieldAnnotation, addFieldComment, addGeneralMethodAnnotation, addGeneralMethodAnnotation, addGeneralMethodComment, addGetterComment, addJavadocTag, addRootComment, addSetterComment, getDateStringpublic void addFieldComment(org.mybatis.generator.api.dom.java.Field field,
org.mybatis.generator.api.IntrospectedTable introspectedTable,
org.mybatis.generator.api.IntrospectedColumn introspectedColumn)
addFieldComment 在接口中 org.mybatis.generator.api.CommentGeneratoraddFieldComment 在类中 org.mybatis.generator.internal.DefaultCommentGeneratorpublic void addJavaFileComment(org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit)
addJavaFileComment 在接口中 org.mybatis.generator.api.CommentGeneratoraddJavaFileComment 在类中 org.mybatis.generator.internal.DefaultCommentGeneratorpublic void addModelClassComment(org.mybatis.generator.api.dom.java.TopLevelClass topLevelClass,
org.mybatis.generator.api.IntrospectedTable introspectedTable)
addModelClassComment 在接口中 org.mybatis.generator.api.CommentGeneratoraddModelClassComment 在类中 org.mybatis.generator.internal.DefaultCommentGeneratorCopyright © 2019. All rights reserved.