Class MixedMapperGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractJavaGenerator
org.mybatis.generator.runtime.mybatis3.javamapper.JavaMapperGenerator
org.mybatis.generator.runtime.mybatis3.javamapper.MixedMapperGenerator
This class overrides the base mapper to provide annotated methods for the
methods that don't require SQL provider support.
- Author:
- Jeff Butler
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.mybatis.generator.codegen.AbstractJavaGenerator
AbstractJavaGenerator.AbstractJavaGeneratorBuilder<T extends AbstractJavaGenerator.AbstractJavaGeneratorBuilder<T>>Nested 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddDeleteByPrimaryKeyMethod(Interface interfaze) protected voidaddInsertMethod(Interface interfaze) protected voidaddSelectByPrimaryKeyMethod(Interface interfaze) protected voidaddUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) protected voidaddUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) Methods inherited from class org.mybatis.generator.runtime.mybatis3.javamapper.JavaMapperGenerator
addCountByExampleMethod, addDeleteByExampleMethod, addInsertSelectiveMethod, addSelectByExampleWithBLOBsMethod, addSelectByExampleWithoutBLOBsMethod, addUpdateByExampleSelectiveMethod, addUpdateByExampleWithBLOBsMethod, addUpdateByExampleWithoutBLOBsMethod, addUpdateByPrimaryKeySelectiveMethod, getCompilationUnits, getExtraCompilationUnitsMethods inherited from class org.mybatis.generator.codegen.AbstractJavaGenerator
getProjectMethods inherited from class org.mybatis.generator.codegen.AbstractGenerator
initializeSubBuilder
-
Constructor Details
-
MixedMapperGenerator
-
-
Method Details
-
addDeleteByPrimaryKeyMethod
- Overrides:
addDeleteByPrimaryKeyMethodin classJavaMapperGenerator
-
addInsertMethod
- Overrides:
addInsertMethodin classJavaMapperGenerator
-
addSelectByPrimaryKeyMethod
- Overrides:
addSelectByPrimaryKeyMethodin classJavaMapperGenerator
-
addUpdateByPrimaryKeyWithBLOBsMethod
- Overrides:
addUpdateByPrimaryKeyWithBLOBsMethodin classJavaMapperGenerator
-
addUpdateByPrimaryKeyWithoutBLOBsMethod
- Overrides:
addUpdateByPrimaryKeyWithoutBLOBsMethodin classJavaMapperGenerator
-