Uses of Class
org.mybatis.generator.api.dom.java.Method
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of Method in org.mybatis.generator.api
Modifier and TypeMethodDescriptiondefault void
CommentGenerator.addGeneralMethodAnnotation
(Method method, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a method.default void
CommentGenerator.addGeneralMethodAnnotation
(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a method.default void
CommentGenerator.addGeneralMethodComment
(Method method, IntrospectedTable introspectedTable) Adds the general method comment.default void
CommentGenerator.addGetterComment
(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) Adds the getter comment.default void
CommentGenerator.addSetterComment
(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) Adds the setter comment.default boolean
Plugin.clientBasicCountMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calleddefault boolean
Plugin.clientBasicDeleteMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.No longer calledboolean
CompositePlugin.clientBasicInsertMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientBasicInsertMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert method has been generated for the mapper interface.default boolean
Plugin.clientBasicInsertMultipleHelperMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calledboolean
CompositePlugin.clientBasicInsertMultipleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientBasicInsertMultipleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert multiple method has been generated for the mapper interface.boolean
CompositePlugin.clientBasicSelectManyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientBasicSelectManyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectMany method has been generated for the mapper interface.boolean
CompositePlugin.clientBasicSelectOneMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientBasicSelectOneMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectOne method has been generated for the mapper interface.default boolean
Plugin.clientBasicUpdateMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.no longer calledboolean
CompositePlugin.clientCountByExampleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientCountByExampleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the countByExample method has been generated in the client interface.boolean
CompositePlugin.clientDeleteByExampleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientDeleteByExampleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the deleteByExample method has been generated in the client interface.boolean
CompositePlugin.clientDeleteByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientDeleteByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the deleteByPrimaryKey method has been generated in the client interface.boolean
CompositePlugin.clientGeneralCountMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientGeneralCountMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general count method has been generated.boolean
CompositePlugin.clientGeneralDeleteMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientGeneralDeleteMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general delete method has been generated.boolean
CompositePlugin.clientGeneralSelectDistinctMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientGeneralSelectDistinctMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select distinct method has been generated.boolean
CompositePlugin.clientGeneralSelectMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientGeneralSelectMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select method has been generated.boolean
CompositePlugin.clientGeneralUpdateMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientGeneralUpdateMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general update method has been generated.boolean
CompositePlugin.clientInsertMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientInsertMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert method has been generated in the client interface.boolean
CompositePlugin.clientInsertMultipleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientInsertMultipleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert multiple method has been generated in the client interface.boolean
CompositePlugin.clientInsertSelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientInsertSelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert selective method has been generated in the client interface.boolean
CompositePlugin.clientSelectAllMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientSelectAllMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectAll method has been generated in the client interface.boolean
CompositePlugin.clientSelectByExampleWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientSelectByExampleWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.boolean
CompositePlugin.clientSelectByExampleWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientSelectByExampleWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.boolean
CompositePlugin.clientSelectByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientSelectByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByPrimaryKey method has been generated in the client interface.boolean
CompositePlugin.clientSelectOneMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientSelectOneMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the selectOne method is generated.boolean
CompositePlugin.clientUpdateAllColumnsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateAllColumnsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateAllColumns method is generated.boolean
CompositePlugin.clientUpdateByExampleSelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByExampleSelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective method has been generated in the client interface.boolean
CompositePlugin.clientUpdateByExampleWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByExampleWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.boolean
CompositePlugin.clientUpdateByExampleWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByExampleWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.boolean
CompositePlugin.clientUpdateByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) The motivation for adding this method can be found in https://github.com/mybatis/generator/issues/1116 This method is called when the updateByPrimaryKey method has been generated in the dynamic SQL runtime client interface.boolean
CompositePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByPrimaryKeySelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.boolean
CompositePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.boolean
CompositePlugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.boolean
CompositePlugin.clientUpdateSelectiveColumnsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) default boolean
Plugin.clientUpdateSelectiveColumnsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateSelectiveColumns method is generated.boolean
CompositePlugin.modelGetterMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default boolean
Plugin.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.boolean
CompositePlugin.modelSetterMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default boolean
Plugin.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.boolean
CompositePlugin.providerApplyWhereMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerApplyWhereMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the applyWhere method has been generated in the SQL provider.boolean
CompositePlugin.providerCountByExampleMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerCountByExampleMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the countByExample method has been generated in the SQL provider.boolean
CompositePlugin.providerDeleteByExampleMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerDeleteByExampleMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the deleteByExample method has been generated in the SQL provider.boolean
CompositePlugin.providerInsertSelectiveMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerInsertSelectiveMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the insertSelective method has been generated in the SQL provider.boolean
CompositePlugin.providerSelectByExampleWithBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerSelectByExampleWithBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs method has been generated in the SQL provider.boolean
CompositePlugin.providerSelectByExampleWithoutBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerSelectByExampleWithoutBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithoutBLOBs method has been generated in the SQL provider.boolean
CompositePlugin.providerUpdateByExampleSelectiveMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerUpdateByExampleSelectiveMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective method has been generated in the SQL provider.boolean
CompositePlugin.providerUpdateByExampleWithBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerUpdateByExampleWithBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs method has been generated in the SQL provider.boolean
CompositePlugin.providerUpdateByExampleWithoutBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.providerUpdateByExampleWithoutBLOBsMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithoutBLOBs method has been generated in the SQL provider.boolean
CompositePlugin.providerUpdateByPrimaryKeySelectiveMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default boolean
Plugin.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
-
Uses of Method in org.mybatis.generator.api.dom.java.render
Modifier and TypeMethodDescriptionMethodRenderer.render
(Method method, boolean inInterface, CompilationUnit compilationUnit) Modifier and TypeMethodDescriptionRenderingUtilities.renderClassOrEnumMethods
(List<Method> methods, CompilationUnit compilationUnit) RenderingUtilities.renderInterfaceMethods
(List<Method> methods, CompilationUnit compilationUnit) -
Uses of Method in org.mybatis.generator.codegen
-
Uses of Method in org.mybatis.generator.codegen.mybatis3.javamapper.elements
Modifier and TypeMethodDescriptionprotected Method
AbstractJavaMapperMethodGenerator.buildBasicUpdateByExampleMethod
(String statementId, FullyQualifiedJavaType parameterType, Set<FullyQualifiedJavaType> importedTypes) protected Method
AbstractJavaMapperMethodGenerator.buildBasicUpdateByPrimaryKeyMethod
(String statementId, FullyQualifiedJavaType parameterType) Modifier and TypeMethodDescriptionprotected void
AbstractJavaMapperMethodGenerator.addAnnotatedResults
(Interface interfaze, Method method, List<IntrospectedColumn> nonPrimaryKeyColumns) void
CountByExampleMethodGenerator.addMapperAnnotations
(Method method) void
DeleteByExampleMethodGenerator.addMapperAnnotations
(Method method) void
DeleteByPrimaryKeyMethodGenerator.addMapperAnnotations
(Method method) void
InsertMethodGenerator.addMapperAnnotations
(Method method) void
InsertSelectiveMethodGenerator.addMapperAnnotations
(Method method) void
SelectAllMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
SelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
SelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
SelectByPrimaryKeyMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
UpdateByExampleSelectiveMethodGenerator.addMapperAnnotations
(Method method) void
UpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations
(Method method) void
UpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations
(Method method) void
UpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations
(Method method) void
UpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations
(Method method) void
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations
(Method method) protected void
AbstractJavaMapperMethodGenerator.addPrimaryKeyMethodParameters
(boolean isSimple, Method method, Set<FullyQualifiedJavaType> importedTypes) -
Uses of Method in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
Modifier and TypeMethodDescriptionvoid
AnnotatedCountByExampleMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedDeleteByExampleMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedDeleteByPrimaryKeyMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedInsertMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedInsertSelectiveMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedSelectAllMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
AnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
AnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations
(Interface interfaze, Method method) void
AnnotatedUpdateByExampleSelectiveMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedUpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations
(Method method) void
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations
(Method method) -
Uses of Method in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
Modifier and TypeMethodDescriptionboolean
ProviderSelectByExampleWithBLOBsMethodGenerator.callPlugins
(Method method, TopLevelClass topLevelClass) boolean
ProviderSelectByExampleWithoutBLOBsMethodGenerator.callPlugins
(Method method, TopLevelClass topLevelClass) boolean
ProviderUpdateByExampleWithBLOBsMethodGenerator.callPlugins
(Method method, TopLevelClass topLevelClass) boolean
ProviderUpdateByExampleWithoutBLOBsMethodGenerator.callPlugins
(Method method, TopLevelClass topLevelClass) -
Uses of Method in org.mybatis.generator.internal
Modifier and TypeMethodDescriptionvoid
DefaultCommentGenerator.addGeneralMethodAnnotation
(Method method, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) void
DefaultCommentGenerator.addGeneralMethodAnnotation
(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) void
DefaultCommentGenerator.addGeneralMethodComment
(Method method, IntrospectedTable introspectedTable) void
DefaultCommentGenerator.addGetterComment
(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) void
DefaultCommentGenerator.addSetterComment
(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) -
Uses of Method in org.mybatis.generator.internal.util
Modifier and TypeMethodDescriptionstatic Method
JavaBeansUtil.getJavaBeansGetter
(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static Method
JavaBeansUtil.getJavaBeansGetterWithGeneratedAnnotation
(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) static Method
JavaBeansUtil.getJavaBeansSetter
(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static Method
JavaBeansUtil.getJavaBeansSetterWithGeneratedAnnotation
(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) -
Uses of Method in org.mybatis.generator.plugins
Modifier and TypeMethodDescriptionboolean
RowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
RowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
FluentBuilderMethodsPlugin.modelSetterMethodGenerated
(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) -
Uses of Method in org.mybatis.generator.plugins.dsql
Modifier and TypeMethodDescriptionboolean
DisableInsertPlugin.clientBasicInsertMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableInsertPlugin.clientBasicInsertMultipleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableDeletePlugin.clientDeleteByPrimaryKeyMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableDeletePlugin.clientGeneralDeleteMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableUpdatePlugin.clientGeneralUpdateMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableInsertPlugin.clientInsertMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableInsertPlugin.clientInsertMultipleMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableInsertPlugin.clientInsertSelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableUpdatePlugin.clientUpdateAllColumnsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableUpdatePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableUpdatePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) boolean
DisableUpdatePlugin.clientUpdateSelectiveColumnsMethodGenerated
(Method method, Interface interfaze, IntrospectedTable introspectedTable) -
Uses of Method in org.mybatis.generator.runtime.dynamic.sql.elements
Modifier and TypeMethodDescriptionprotected void
AbstractMethodGenerator.acceptParts
(MethodAndImports.Builder builder, Method method, MethodParts methodParts) abstract boolean
AbstractMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
BasicInsertMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
BasicMultipleInsertMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
BasicSelectManyMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
BasicSelectOneMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
DeleteByPrimaryKeyMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
GeneralCountMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
GeneralDeleteMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
GeneralSelectDistinctMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
GeneralSelectMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
GeneralSelectOneMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
GeneralUpdateMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
InsertMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
InsertMultipleMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
InsertSelectiveMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
SelectByPrimaryKeyMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
UpdateAllColumnsMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
UpdateByPrimaryKeyMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
UpdateByPrimaryKeySelectiveMethodGenerator.callPlugins
(Method method, Interface interfaze) boolean
UpdateSelectiveColumnsMethodGenerator.callPlugins
(Method method, Interface interfaze) MethodAndImports.Builder.withMethod
(Method method) static MethodAndImports.Builder
MethodAndImports.withMethod
(Method method)