Uses of Interface
pro.chenggang.project.reactive.mybatis.support.generator.core.context.ContextGenerator
-
Packages that use ContextGenerator Package Description pro.chenggang.project.reactive.mybatis.support.generator.core pro.chenggang.project.reactive.mybatis.support.generator.core.context -
-
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 voidGeneratorConfigurationFactory. addContextGenerator(ContextGenerator contextGenerator)Add context generator. -
Uses of ContextGenerator in pro.chenggang.project.reactive.mybatis.support.generator.core.context
Classes in pro.chenggang.project.reactive.mybatis.support.generator.core.context that implement ContextGenerator Modifier and Type Class Description classMybatisDynamicContextGeneratorThe type Mybatis dynamic context generator.classMyBatisSimpleContextGeneratorThe type My batis simple context generator.
-