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.addEnumComment(InnerEnum innerEnum,
IntrospectedTable introspectedTable)
Adds the enum comment.
|
Modifier and Type | Class and Description |
---|---|
class |
TopLevelEnumeration |
Modifier and Type | Method and Description |
---|---|
List<InnerEnum> |
AbstractJavaType.getInnerEnums() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaType.addInnerEnum(InnerEnum innerEnum) |
Modifier and Type | Method and Description |
---|---|
List<String> |
InnerEnumRenderer.render(InnerEnum innerEnum,
CompilationUnit compilationUnit) |
static List<String> |
RenderingUtilities.renderInnerEnumNoIndent(InnerEnum innerEnum,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
RenderingUtilities.renderInnerEnums(List<InnerEnum> innerEnums,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentGenerator.addEnumComment(InnerEnum innerEnum,
IntrospectedTable introspectedTable) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.