Uses of Class
org.mybatis.generator.api.dom.java.Field

Packages that use Field
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   
 

Uses of Field in org.mybatis.generator.api
 

Methods in org.mybatis.generator.api with parameters of type Field
 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.
 

Uses of Field in org.mybatis.generator.api.dom.java
 

Methods in org.mybatis.generator.api.dom.java that return types with arguments of type Field
 List<Field> InnerEnum.getFields()
           
 List<Field> InnerClass.getFields()
           
 

Methods in org.mybatis.generator.api.dom.java with parameters of type Field
 void InnerEnum.addField(Field field)
           
 void InnerClass.addField(Field field)
           
 

Constructors in org.mybatis.generator.api.dom.java with parameters of type Field
Field(Field field)
           
 

Uses of Field in org.mybatis.generator.codegen
 

Methods in org.mybatis.generator.codegen that return Field
 Field AbstractJavaGenerator.getJavaBeansField(IntrospectedColumn introspectedColumn)
           
 

Methods in org.mybatis.generator.codegen with parameters of type Field
static Method AbstractJavaGenerator.getGetter(Field field)
           
 

Uses of Field in org.mybatis.generator.codegen.ibatis2.dao.templates
 

Methods in org.mybatis.generator.codegen.ibatis2.dao.templates that return types with arguments of type Field
 List<Field> AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator, IntrospectedTable introspectedTable)
           
 

Methods in org.mybatis.generator.codegen.ibatis2.dao.templates with parameters of type Field
protected  void AbstractDAOTemplate.addField(Field field)
           
 

Uses of Field in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal with parameters of type Field
 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-2012 MyBatis.org. All Rights Reserved.