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.codegen | |
org.mybatis.generator.codegen.ibatis2.dao.templates | |
org.mybatis.generator.internal |
Modifier and Type | Method and Description |
---|---|
void |
CommentGenerator.addFieldComment(Field field,
IntrospectedTable introspectedTable) |
void |
CommentGenerator.addFieldComment(Field field,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn)
This method should add a Javadoc comment to the specified field.
|
boolean |
PluginAdapter.modelFieldGenerated(Field field,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
boolean |
Plugin.modelFieldGenerated(Field field,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType)
This method is called after the field is generated for a specific column
in a table.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
InnerEnum.getFields() |
List<Field> |
InnerClass.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
InnerEnum.addField(Field field) |
void |
InnerClass.addField(Field field) |
Constructor and Description |
---|
Field(Field field) |
Modifier and Type | Method and Description |
---|---|
Field |
AbstractJavaGenerator.getJavaBeansField(IntrospectedColumn introspectedColumn) |
Modifier and Type | Method and Description |
---|---|
static Method |
AbstractJavaGenerator.getGetter(Field field) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDAOTemplate.addField(Field field) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentGenerator.addFieldComment(Field field,
IntrospectedTable introspectedTable) |
void |
DefaultCommentGenerator.addFieldComment(Field field,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn) |
boolean |
PluginAggregator.modelFieldGenerated(Field field,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.