Uses of Class
org.mybatis.generator.api.dom.java.Method
Packages that use Method
Package
Description
-
Uses of Method in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type MethodModifier and TypeMethodDescriptiondefault voidCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a method.default voidCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a method.default voidCommentGenerator.addGeneralMethodComment(Method method, IntrospectedTable introspectedTable) Adds the general method comment.default voidCommentGenerator.addGetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) Adds the getter comment.default voidCommentGenerator.addSetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) Adds the setter comment.default booleanPlugin.clientBasicCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calleddefault booleanPlugin.clientBasicDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.No longer calledbooleanCompositePlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert method has been generated for the mapper interface.default booleanPlugin.clientBasicInsertMultipleHelperMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calledbooleanCompositePlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert multiple method has been generated for the mapper interface.booleanCompositePlugin.clientBasicSelectManyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicSelectManyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectMany method has been generated for the mapper interface.booleanCompositePlugin.clientBasicSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectOne method has been generated for the mapper interface.default booleanPlugin.clientBasicUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.no longer calledbooleanCompositePlugin.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the countByExample method has been generated in the client interface.booleanCompositePlugin.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the deleteByExample method has been generated in the client interface.booleanCompositePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the deleteByPrimaryKey method has been generated in the client interface.booleanCompositePlugin.clientGeneralCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general count method has been generated.booleanCompositePlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general delete method has been generated.booleanCompositePlugin.clientGeneralSelectDistinctMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralSelectDistinctMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select distinct method has been generated.booleanCompositePlugin.clientGeneralSelectMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralSelectMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select method has been generated.booleanCompositePlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general update method has been generated.booleanCompositePlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert method has been generated in the client interface.booleanCompositePlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert multiple method has been generated in the client interface.booleanCompositePlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert selective method has been generated in the client interface.booleanCompositePlugin.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectAll method has been generated in the client interface.booleanCompositePlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.booleanCompositePlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.booleanCompositePlugin.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByPrimaryKey method has been generated in the client interface.booleanCompositePlugin.clientSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the selectOne method is generated.booleanCompositePlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateAllColumns method is generated.booleanCompositePlugin.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective method has been generated in the client interface.booleanCompositePlugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) The motivation for adding this method can be found in https://github.com/mybatis/generator/issues/1116booleanCompositePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.booleanCompositePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateSelectiveColumns method is generated.booleanCompositePlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) This method is called after the getter, or accessor, method is generated for a specific column in a table.booleanCompositePlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) This method is called after the setter, or mutator, method is generated for a specific column in a table.booleanCompositePlugin.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the applyWhere method has been generated in the SQL provider.booleanCompositePlugin.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the countByExample method has been generated in the SQL provider.booleanCompositePlugin.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the deleteByExample method has been generated in the SQL provider.booleanCompositePlugin.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the insertSelective method has been generated in the SQL provider.booleanCompositePlugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithoutBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithoutBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeySelective method has been generated in the SQL provider. -
Uses of Method in org.mybatis.generator.api.dom.java
Methods in org.mybatis.generator.api.dom.java that return types with arguments of type MethodMethods in org.mybatis.generator.api.dom.java with parameters of type MethodConstructors in org.mybatis.generator.api.dom.java with parameters of type Method -
Uses of Method in org.mybatis.generator.api.dom.java.render
Methods in org.mybatis.generator.api.dom.java.render with parameters of type MethodModifier and TypeMethodDescriptionMethodRenderer.render(Method method, boolean inInterface, CompilationUnit compilationUnit) Method parameters in org.mybatis.generator.api.dom.java.render with type arguments of type MethodModifier and TypeMethodDescriptionRenderingUtilities.renderClassOrEnumMethods(List<Method> methods, CompilationUnit compilationUnit) RenderingUtilities.renderInterfaceMethods(List<Method> methods, CompilationUnit compilationUnit) -
Uses of Method in org.mybatis.generator.codegen
Methods in org.mybatis.generator.codegen that return Method -
Uses of Method in org.mybatis.generator.codegen.mybatis3.javamapper.elements
Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements that return MethodModifier and TypeMethodDescriptionprotected MethodAbstractJavaMapperMethodGenerator.buildBasicUpdateByExampleMethod(String statementId, FullyQualifiedJavaType parameterType, Set<FullyQualifiedJavaType> importedTypes) protected MethodAbstractJavaMapperMethodGenerator.buildBasicUpdateByPrimaryKeyMethod(String statementId, FullyQualifiedJavaType parameterType) Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements with parameters of type MethodModifier and TypeMethodDescriptionprotected voidAbstractJavaMapperMethodGenerator.addAnnotatedResults(Interface interfaze, Method method, List<IntrospectedColumn> nonPrimaryKeyColumns) voidCountByExampleMethodGenerator.addMapperAnnotations(Method method) voidDeleteByExampleMethodGenerator.addMapperAnnotations(Method method) voidDeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Method method) voidInsertMethodGenerator.addMapperAnnotations(Method method) voidInsertSelectiveMethodGenerator.addMapperAnnotations(Method method) voidSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidUpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Method method) voidUpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Method method) voidUpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) voidUpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Method method) voidUpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Method method) voidUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) protected voidAbstractJavaMapperMethodGenerator.addPrimaryKeyMethodParameters(boolean isSimple, Method method, Set<FullyQualifiedJavaType> importedTypes) -
Uses of Method in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated with parameters of type MethodModifier and TypeMethodDescriptionvoidAnnotatedCountByExampleMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedDeleteByExampleMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedDeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedInsertMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedInsertSelectiveMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedUpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedUpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Method method) voidAnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) -
Uses of Method in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider with parameters of type MethodModifier and TypeMethodDescriptionbooleanProviderSelectByExampleWithBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderSelectByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderUpdateByExampleWithBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderUpdateByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) -
Uses of Method in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal with parameters of type MethodModifier and TypeMethodDescriptionvoidDefaultCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addGeneralMethodComment(Method method, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addGetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) voidDefaultCommentGenerator.addSetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) -
Uses of Method in org.mybatis.generator.internal.util
Methods in org.mybatis.generator.internal.util that return MethodModifier and TypeMethodDescriptionstatic MethodJavaBeansUtil.getJavaBeansGetter(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static MethodJavaBeansUtil.getJavaBeansGetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) static MethodJavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static MethodJavaBeansUtil.getJavaBeansSetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) -
Uses of Method in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins with parameters of type MethodModifier and TypeMethodDescriptionbooleanRowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanFluentBuilderMethodsPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) -
Uses of Method in org.mybatis.generator.plugins.dsql
Methods in org.mybatis.generator.plugins.dsql with parameters of type MethodModifier and TypeMethodDescriptionbooleanDisableInsertPlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) -
Uses of Method in org.mybatis.generator.runtime.dynamic.sql.elements
Methods in org.mybatis.generator.runtime.dynamic.sql.elements that return MethodMethods in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type MethodModifier and TypeMethodDescriptionprotected voidAbstractMethodGenerator.acceptParts(MethodAndImports.Builder builder, Method method, MethodParts methodParts) abstract booleanAbstractMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicMultipleInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicSelectManyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicSelectOneMethodGenerator.callPlugins(Method method, Interface interfaze) booleanDeleteByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralCountMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralDeleteMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralSelectDistinctMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralSelectMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralSelectOneMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralUpdateMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertMultipleMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertSelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateAllColumnsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateSelectiveColumnsMethodGenerator.callPlugins(Method method, Interface interfaze) MethodAndImports.Builder.withMethod(Method method) static MethodAndImports.BuilderMethodAndImports.withMethod(Method method)