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.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> |
InnerClass.getInnerEnums()
Gets the inner enums.
|
List<InnerEnum> |
InnerEnum.getInnerEnums()
Gets the inner enums.
|
Modifier and Type | Method and Description |
---|---|
void |
InnerClass.addInnerEnum(InnerEnum innerEnum)
Adds the inner enum.
|
void |
InnerEnum.addInnerEnum(InnerEnum innerEnum)
Adds the inner enum.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentGenerator.addEnumComment(InnerEnum innerEnum,
IntrospectedTable introspectedTable) |
Copyright © 2006–2018 MyBatis.org. All rights reserved.