| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.codegen.ibatis2.dao.templates | |
| org.mybatis.generator.config | |
| org.mybatis.generator.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CommentGenerator |
Context.getCommentGenerator()
Gets the comment generator.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultCommentGenerator
The Class DefaultCommentGenerator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CommentGenerator |
ObjectFactory.createCommentGenerator(Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.