Class AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
public class AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
extends UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
Field Summary
FieldsFields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtraImports(Interface interfaze) voidaddMapperAnnotations(Method method) Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
addInterfaceElementsMethods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
addAnnotatedResults, addAnnotatedSelectImports, addPrimaryKeyMethodParameters, buildBasicUpdateByExampleMethod, buildBasicUpdateByPrimaryKeyMethod, buildByPrimaryKeyWhereClause, buildGeneratedKeyAnnotation, buildGeneratedKeyImportsIfRequired, buildInitialSelectAnnotationStrings, buildUpdateByPrimaryKeyAnnotations, getResultAnnotationMethods inherited from class org.mybatis.generator.codegen.AbstractGenerator
setContext, setIntrospectedTable, setProgressCallback, setWarnings
-
Field Details
-
isSimple
private final boolean isSimple
-
-
Constructor Details
-
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
public AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean isSimple)
-
-
Method Details
-
addMapperAnnotations
- Overrides:
addMapperAnnotationsin classUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
addExtraImports
- Overrides:
addExtraImportsin classUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-