Class UpdateByExampleWithoutBLOBsMethodGenerator
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.UpdateByExampleWithoutBLOBsMethodGenerator
- Direct Known Subclasses:
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
-
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
ConstructorsModifierConstructorDescriptionprotectedUpdateByExampleWithoutBLOBsMethodGenerator(UpdateByExampleWithoutBLOBsMethodGenerator.Builder builder) -
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
-
UpdateByExampleWithoutBLOBsMethodGenerator
protected UpdateByExampleWithoutBLOBsMethodGenerator(UpdateByExampleWithoutBLOBsMethodGenerator.Builder builder)
-
-
Method Details
-
generateMethodAndImports
- Specified by:
generateMethodAndImportsin classAbstractJavaInterfaceMethodGenerator
-
callPlugins
- Specified by:
callPluginsin classAbstractJavaInterfaceMethodGenerator
-