| Package | Description |
|---|---|
| org.mybatis.generator.codegen.ibatis2.dao.templates | |
| org.mybatis.generator.config | |
| org.mybatis.generator.internal |
| Modifier and Type | Method and Description |
|---|---|
Method |
AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator,
FullyQualifiedJavaType type,
IntrospectedTable introspectedTable) |
List<Field> |
AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator,
IntrospectedTable introspectedTable) |
List<Method> |
AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator,
IntrospectedTable introspectedTable) |
| Modifier and Type | Method and Description |
|---|---|
CommentGenerator |
Context.getCommentGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommentGenerator |
| Modifier and Type | Method and Description |
|---|---|
static CommentGenerator |
ObjectFactory.createCommentGenerator(Context context) |
Copyright © 2010–2016 MyBatis.org. All rights reserved.