| 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)
Gets the constructor clone.
|
List<Field> |
AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator,
IntrospectedTable introspectedTable)
Gets the field clones.
|
List<Method> |
AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator,
IntrospectedTable introspectedTable)
Gets the method clones.
|
| Modifier and Type | Method and Description |
|---|---|
CommentGenerator |
Context.getCommentGenerator()
Gets the comment generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommentGenerator
The Class DefaultCommentGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
static CommentGenerator |
ObjectFactory.createCommentGenerator(Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.