Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.api.dom.java | |
org.mybatis.generator.api.dom.java.render | |
org.mybatis.generator.internal |
Modifier and Type | Method and Description |
---|---|
default void |
CommentGenerator.addClassAnnotation(InnerClass innerClass,
IntrospectedTable introspectedTable,
Set<FullyQualifiedJavaType> imports)
Adds a @Generated annotation to a class.
|
default void |
CommentGenerator.addClassComment(InnerClass innerClass,
IntrospectedTable introspectedTable)
Adds the inner class comment.
|
default void |
CommentGenerator.addClassComment(InnerClass innerClass,
IntrospectedTable introspectedTable,
boolean markAsDoNotDelete)
Adds the inner class comment.
|
Modifier and Type | Class and Description |
---|---|
class |
TopLevelClass |
Modifier and Type | Method and Description |
---|---|
List<InnerClass> |
AbstractJavaType.getInnerClasses() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaType.addInnerClass(InnerClass innerClass) |
Modifier and Type | Method and Description |
---|---|
List<String> |
InnerClassRenderer.render(InnerClass innerClass,
CompilationUnit compilationUnit) |
static List<String> |
RenderingUtilities.renderInnerClassNoIndent(InnerClass innerClass,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
RenderingUtilities.renderInnerClasses(List<InnerClass> innerClasses,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentGenerator.addClassAnnotation(InnerClass innerClass,
IntrospectedTable introspectedTable,
Set<FullyQualifiedJavaType> imports) |
void |
DefaultCommentGenerator.addClassComment(InnerClass innerClass,
IntrospectedTable introspectedTable) |
void |
DefaultCommentGenerator.addClassComment(InnerClass innerClass,
IntrospectedTable introspectedTable,
boolean markAsDoNotDelete) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.