Interface ContextGenerator
-
- All Known Implementing Classes:
AbstractCommonContextGenerator,MybatisDynamicContextGenerator,MybatisDynamicMapperContextGenerator,MyBatisSimpleContextGenerator,MyBatisSimpleModelContextGenerator,MyBatisSimpleModelXmlContextGenerator
public interface ContextGeneratorThe Context generator.- Since:
- 1.0.0
- Version:
- 2.0.0
- Author:
- Gang Cheng
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.mybatis.generator.config.ContextgenerateContext(GeneratorProperties generatorProperties)Generate generator contextGeneratorTypetargetGeneratorType()generator type
-
-
-
Method Detail
-
targetGeneratorType
GeneratorType targetGeneratorType()
generator type- Returns:
- generator type
-
generateContext
org.mybatis.generator.config.Context generateContext(GeneratorProperties generatorProperties)
Generate generator context- Parameters:
generatorProperties- the generator properties- Returns:
- context
-
-