Class MyBatisSimpleContextGenerator
java.lang.Object
pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl.AbstractCommonContextGenerator
pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl.MyBatisSimpleContextGenerator
- All Implemented Interfaces:
ContextGenerator
The Mybatis simple context generator.
- Version:
- 1.0.0
- Author:
- Gang Cheng
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.mybatis.generator.config.Contextnew contextgenerator typeMethods inherited from class pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl.AbstractCommonContextGenerator
configureGeneratorPlugin, configureJavaClientGenerator, configureJavaType, configureJDBCConnection, configureModelGenerator, configureSqlMapGenerator, configureTable, determineGenerateComment, generateContext
-
Constructor Details
-
MyBatisSimpleContextGenerator
public MyBatisSimpleContextGenerator()
-
-
Method Details
-
targetGeneratorType
Description copied from interface:ContextGeneratorgenerator type- Returns:
- generator type
-
newContext
protected org.mybatis.generator.config.Context newContext()Description copied from class:AbstractCommonContextGeneratornew context- Specified by:
newContextin classAbstractCommonContextGenerator- Returns:
- the context
-