Class MyBatisSimpleContextGenerator
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.generator.core.context.MyBatisSimpleContextGenerator
-
- All Implemented Interfaces:
ContextGenerator
public class MyBatisSimpleContextGenerator extends Object implements ContextGenerator
The type My batis simple context generator.- Version:
- 1.0.0
- Author:
- Gang Cheng
-
-
Constructor Summary
Constructors Constructor Description MyBatisSimpleContextGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mybatis.generator.config.ContextgenerateContext(GeneratorExtensionProperties extensionProperties)generateContextGeneratorTypetargetGeneratorType()generator type
-
-
-
Method Detail
-
targetGeneratorType
public GeneratorType targetGeneratorType()
Description copied from interface:ContextGeneratorgenerator type- Specified by:
targetGeneratorTypein interfaceContextGenerator- Returns:
- generator type
-
generateContext
public org.mybatis.generator.config.Context generateContext(GeneratorExtensionProperties extensionProperties)
Description copied from interface:ContextGeneratorgenerateContext- Specified by:
generateContextin interfaceContextGenerator- Parameters:
extensionProperties- the extension properties- Returns:
- context
-
-