Interface ContextGenerator
-
- All Known Implementing Classes:
MybatisDynamicContextGenerator,MyBatisSimpleContextGenerator
public interface ContextGeneratorThe interface Context generator.- Version:
- 1.0.0
- Author:
- Gang Cheng
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.mybatis.generator.config.ContextgenerateContext(GeneratorExtensionProperties extensionProperties)generateContextGeneratorTypetargetGeneratorType()generator type
-
-
-
Method Detail
-
targetGeneratorType
GeneratorType targetGeneratorType()
generator type- Returns:
- generator type
-
generateContext
org.mybatis.generator.config.Context generateContext(GeneratorExtensionProperties extensionProperties)
generateContext- Parameters:
extensionProperties- the extension properties- Returns:
- context
-
-