Class UpdateByExampleWithoutBLOBsMethodGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
- Direct Known Subclasses:
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
-
Field Summary
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtraImports
(Interface interfaze) void
addInterfaceElements
(Interface interfaze) void
addMapperAnnotations
(Method method) Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
addAnnotatedResults, addAnnotatedSelectImports, addPrimaryKeyMethodParameters, buildBasicUpdateByExampleMethod, buildBasicUpdateByPrimaryKeyMethod, buildByPrimaryKeyWhereClause, buildGeneratedKeyAnnotation, buildGeneratedKeyImportsIfRequired, buildInitialSelectAnnotationStrings, buildUpdateByPrimaryKeyAnnotations, getResultAnnotation
Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator
setContext, setIntrospectedTable, setProgressCallback, setWarnings
-
Constructor Details
-
UpdateByExampleWithoutBLOBsMethodGenerator
public UpdateByExampleWithoutBLOBsMethodGenerator()
-
-
Method Details
-
addInterfaceElements
- Specified by:
addInterfaceElements
in classAbstractJavaMapperMethodGenerator
-
addMapperAnnotations
-
addExtraImports
-