public class AnnotatedBatchInsertSelectiveMethodGenerator
extends org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
| Constructor and Description |
|---|
AnnotatedBatchInsertSelectiveMethodGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterfaceElements(org.mybatis.generator.api.dom.java.Interface interfaze) |
void |
addMapperAnnotations(org.mybatis.generator.api.dom.java.Method method) |
void |
setMethodName(String methodName) |
addExtraImportsaddGeneratedKeyAnnotation, addGeneratedKeyImports, getResultAnnotationpublic AnnotatedBatchInsertSelectiveMethodGenerator()
public void addInterfaceElements(org.mybatis.generator.api.dom.java.Interface interfaze)
addInterfaceElements in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGeneratorinterfaze - the mapper interface.public void addMapperAnnotations(org.mybatis.generator.api.dom.java.Method method)
addMapperAnnotations in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGeneratorpublic void setMethodName(String methodName)
Copyright © 2021. All rights reserved.