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.booleanCompositePlugin.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.booleanCompositePlugin.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.booleanCompositePlugin.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 MethodMethods 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.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) -
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, CommentGenerator commentGenerator, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> importedTypes) static MethodJavaBeansUtil.getJavaBeansGetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, CommentGenerator commentGenerator, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) static MethodJavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn, CommentGenerator commentGenerator, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> importedTypes) static MethodJavaBeansUtil.getJavaBeansSetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, CommentGenerator commentGenerator, 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) booleanJSpecifyPlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanJSpecifyPlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanJSpecifyPlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanJSpecifyPlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) 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
Methods in org.mybatis.generator.runtime that return MethodMethods in org.mybatis.generator.runtime with parameters of type MethodModifier and TypeMethodDescriptionabstract booleanAbstractJavaClassMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) abstract booleanAbstractJavaInterfaceMethodGenerator.callPlugins(Method method, Interface interfaze) JavaMethodAndImports.Builder.withMethod(Method method) static JavaMethodAndImports.BuilderJavaMethodAndImports.withMethod(Method method) -
Uses of Method in org.mybatis.generator.runtime.dynamicsql.java.elements
Methods in org.mybatis.generator.runtime.dynamicsql.java.elements with parameters of type MethodModifier and TypeMethodDescriptionbooleanBasicInsertMethodGenerator.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) -
Uses of Method in org.mybatis.generator.runtime.mybatis3.javamapper.elements
Methods in org.mybatis.generator.runtime.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.runtime.mybatis3.javamapper.elements with parameters of type MethodModifier and TypeMethodDescriptionprotected voidAbstractJavaMapperMethodGenerator.addPrimaryKeyMethodParameters(boolean isSimple, Method method, Set<FullyQualifiedJavaType> importedTypes) booleanCountByExampleMethodGenerator.callPlugins(Method method, Interface interfaze) booleanDeleteByExampleMethodGenerator.callPlugins(Method method, Interface interfaze) booleanDeleteByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertSelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectAllMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectByExampleWithBLOBsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByExampleSelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByExampleWithBLOBsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeyWithBLOBsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.callPlugins(Method method, Interface interfaze) -
Uses of Method in org.mybatis.generator.runtime.mybatis3.javamapper.elements.sqlprovider
Methods in org.mybatis.generator.runtime.mybatis3.javamapper.elements.sqlprovider with parameters of type MethodModifier and TypeMethodDescriptionbooleanProviderApplyWhereMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderCountByExampleMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderDeleteByExampleMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderInsertSelectiveMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderSelectByExampleWithBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderSelectByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderUpdateByExampleSelectiveMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderUpdateByExampleWithBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderUpdateByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass) booleanProviderUpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method, TopLevelClass topLevelClass)