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) |
Modifier and Type | Class and Description |
---|---|
class |
TopLevelEnumeration |
Modifier and Type | Method and Description |
---|---|
List<InnerEnum> |
InnerEnum.getInnerEnums() |
List<InnerEnum> |
InnerClass.getInnerEnums() |
Modifier and Type | Method and Description |
---|---|
void |
InnerEnum.addInnerEnum(InnerEnum innerEnum) |
void |
InnerClass.addInnerEnum(InnerEnum innerEnum) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentGenerator.addEnumComment(InnerEnum innerEnum,
IntrospectedTable introspectedTable) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.