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.internal |
Modifier and Type | Method and Description |
---|---|
void |
CommentGenerator.addClassAnnotation(InnerClass innerClass,
IntrospectedTable introspectedTable,
Set<FullyQualifiedJavaType> imports)
Adds a @Generated annotation to a class.
|
void |
CommentGenerator.addClassComment(InnerClass innerClass,
IntrospectedTable introspectedTable)
Adds the inner class comment.
|
void |
CommentGenerator.addClassComment(InnerClass innerClass,
IntrospectedTable introspectedTable,
boolean markAsDoNotDelete)
Adds the inner class comment.
|
Modifier and Type | Class and Description |
---|---|
class |
TopLevelClass
The Class TopLevelClass.
|
Modifier and Type | Method and Description |
---|---|
List<InnerClass> |
InnerClass.getInnerClasses()
Gets the inner classes.
|
List<InnerClass> |
InnerEnum.getInnerClasses()
Gets the inner classes.
|
Modifier and Type | Method and Description |
---|---|
void |
InnerClass.addInnerClass(InnerClass innerClass)
Adds the inner class.
|
void |
InnerEnum.addInnerClass(InnerClass innerClass)
Adds the inner class.
|
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–2018 MyBatis.org. All rights reserved.