Uses of Interface
pro.chenggang.project.reactive.mybatis.support.generator.core.context.ContextGenerator
-
-
Uses of ContextGenerator in pro.chenggang.project.reactive.mybatis.support.generator.core
Methods in pro.chenggang.project.reactive.mybatis.support.generator.core with parameters of type ContextGenerator Modifier and Type Method Description MybatisDynamicCodeGenerator.ConfigurerMybatisDynamicCodeGenerator.Configurer. registerContextGenerator(ContextGenerator contextGenerator)Configure context generator. -
Uses of ContextGenerator in pro.chenggang.project.reactive.mybatis.support.generator.core.context
Methods in pro.chenggang.project.reactive.mybatis.support.generator.core.context that return types with arguments of type ContextGenerator Modifier and Type Method Description Optional<ContextGenerator>ContextGeneratorFactory. getContextGenerator(GeneratorType generatorType)get context generatorMethods in pro.chenggang.project.reactive.mybatis.support.generator.core.context with parameters of type ContextGenerator Modifier and Type Method Description voidContextGeneratorFactory. registerContextGenerator(ContextGenerator contextGenerator)Register context generator. -
Uses of ContextGenerator in pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl
Classes in pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl that implement ContextGenerator Modifier and Type Class Description classAbstractCommonContextGeneratorclassMybatisDynamicContextGeneratorThe Mybatis dynamic context generator.classMybatisDynamicMapperContextGeneratorThe Mybatis dynamic context generator.classMyBatisSimpleContextGeneratorThe Mybatis simple context generator.classMyBatisSimpleModelContextGeneratorThe Mybatis simple context generator.classMyBatisSimpleModelXmlContextGeneratorThe Mybatis simple context generator.
-