Class SqlProviderGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractJavaGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
Field Summary
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddApplyWhereMethod(TopLevelClass topLevelClass) protected booleanaddCountByExampleMethod(TopLevelClass topLevelClass) protected booleanaddDeleteByExampleMethod(TopLevelClass topLevelClass) protected voidaddInsertSelectiveMethod(TopLevelClass topLevelClass) protected booleanaddSelectByExampleWithBLOBsMethod(TopLevelClass topLevelClass) protected booleanaddSelectByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass) protected booleanaddUpdateByExampleSelectiveMethod(TopLevelClass topLevelClass) protected booleanaddUpdateByExampleWithBLOBsMethod(TopLevelClass topLevelClass) protected booleanaddUpdateByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass) protected voidaddUpdateByPrimaryKeySelectiveMethod(TopLevelClass topLevelClass) protected voidinitializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator methodGenerator, TopLevelClass topLevelClass) Methods inherited from class org.mybatis.generator.codegen.AbstractJavaGenerator
addDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClassMethods inherited from class org.mybatis.generator.codegen.AbstractGenerator
setContext, setIntrospectedTable, setProgressCallback, setWarnings
-
Constructor Details
-
SqlProviderGenerator
-
-
Method Details
-
getCompilationUnits
- Specified by:
getCompilationUnitsin classAbstractJavaGenerator
-
addCountByExampleMethod
-
addDeleteByExampleMethod
-
addInsertSelectiveMethod
-
addSelectByExampleWithBLOBsMethod
-
addSelectByExampleWithoutBLOBsMethod
-
addUpdateByExampleSelectiveMethod
-
addUpdateByExampleWithBLOBsMethod
-
addUpdateByExampleWithoutBLOBsMethod
-
addUpdateByPrimaryKeySelectiveMethod
-
addApplyWhereMethod
-
initializeAndExecuteGenerator
protected void initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator methodGenerator, TopLevelClass topLevelClass)
-