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