Uses of Class
org.mybatis.generator.api.dom.java.Field
Packages that use Field
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of Field in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type FieldModifier and TypeMethodDescriptiondefault voidCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a field.default voidCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a field.default voidCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable) Adds the field comment.default voidCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) This method should add a Javadoc comment to the specified field.booleanCompositePlugin.clientSelectListFieldGenerated(Field field, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectListFieldGenerated(Field field, Interface interfaze, IntrospectedTable introspectedTable) Called when the selectList field is generated in a MyBatis Dynamic SQL V2 runtime.booleanCompositePlugin.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.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
Fields in org.mybatis.generator.api.dom.java with type parameters of type FieldMethods in org.mybatis.generator.api.dom.java that return types with arguments of type FieldMethods in org.mybatis.generator.api.dom.java with parameters of type FieldConstructors in org.mybatis.generator.api.dom.java with parameters of type Field -
Uses of Field in org.mybatis.generator.api.dom.java.render
Methods in org.mybatis.generator.api.dom.java.render with parameters of type FieldModifier and TypeMethodDescriptionFieldRenderer.render(Field field, CompilationUnit compilationUnit) private StringFieldRenderer.renderField(Field field, CompilationUnit compilationUnit) RenderingUtilities.renderField(Field field, CompilationUnit compilationUnit) private StringFieldRenderer.renderInitializationString(Field field) Method parameters in org.mybatis.generator.api.dom.java.render with type arguments of type FieldModifier and TypeMethodDescriptionRenderingUtilities.renderFields(List<Field> fields, CompilationUnit compilationUnit) -
Uses of Field in org.mybatis.generator.codegen
Methods in org.mybatis.generator.codegen with parameters of type Field -
Uses of Field in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal with parameters of type FieldModifier and TypeMethodDescriptionvoidDefaultCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) -
Uses of Field in org.mybatis.generator.internal.util
Methods in org.mybatis.generator.internal.util that return FieldModifier and TypeMethodDescriptionprivate static FieldJavaBeansUtil.getBasicJavaBeansField(IntrospectedColumn introspectedColumn) static FieldJavaBeansUtil.getJavaBeansField(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static FieldJavaBeansUtil.getJavaBeansFieldWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) Methods in org.mybatis.generator.internal.util with parameters of type FieldModifier and TypeMethodDescriptionprivate static voidJavaBeansUtil.addGeneratedAnnotation(Field field, Context context, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) private static voidJavaBeansUtil.addGeneratedJavaDoc(Field field, Context context, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable) -
Uses of Field in org.mybatis.generator.runtime.dynamic.sql
Methods in org.mybatis.generator.runtime.dynamic.sql that return FieldModifier and TypeMethodDescriptionprivate FieldDynamicSqlSupportClassGenerator.calculateTableDefinition(TopLevelClass topLevelClass) -
Uses of Field in org.mybatis.generator.runtime.dynamic.sql.elements
Fields in org.mybatis.generator.runtime.dynamic.sql.elements declared as FieldModifier and TypeFieldDescriptionprivate FieldFieldAndImports.Builder.fieldprivate final FieldFieldAndImports.fieldMethods in org.mybatis.generator.runtime.dynamic.sql.elements that return FieldMethods in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type FieldModifier and TypeMethodDescriptionbooleanSelectListGenerator.callPlugins(Field field, Interface interfaze) static FieldAndImports.Builder