Class UpdateByExampleSelectiveMethodGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.runtime.AbstractJavaInterfaceMethodGenerator
org.mybatis.generator.runtime.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
org.mybatis.generator.runtime.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
- Direct Known Subclasses:
AnnotatedUpdateByExampleSelectiveMethodGenerator
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.mybatis.generator.codegen.AbstractGenerator
AbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder<T>> -
Field Summary
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
commentGenerator, context, introspectedTable, pluginAggregator, progressCallback, warnings -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class org.mybatis.generator.runtime.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
addPrimaryKeyMethodParameters, buildBasicUpdateByExampleMethod, buildBasicUpdateByPrimaryKeyMethod, buildByPrimaryKeyWhereClause, buildInitialSelectAnnotationStrings, buildUpdateByPrimaryKeyAnnotations, extraMethodParts, getAnnotatedResultAnnotations, getAnnotatedResultImports, getAnnotatedSelectImports, getArgAnnotation, getResultAnnotationMethods inherited from class org.mybatis.generator.runtime.AbstractJavaInterfaceMethodGenerator
executeMethods inherited from class org.mybatis.generator.codegen.AbstractGenerator
initializeSubBuilder
-
Constructor Details
-
UpdateByExampleSelectiveMethodGenerator
protected UpdateByExampleSelectiveMethodGenerator(UpdateByExampleSelectiveMethodGenerator.Builder builder)
-
-
Method Details
-
generateMethodAndImports
- Specified by:
generateMethodAndImportsin classAbstractJavaInterfaceMethodGenerator
-
callPlugins
- Specified by:
callPluginsin classAbstractJavaInterfaceMethodGenerator
-