Uses of Class
pro.chenggang.project.reactive.mybatis.support.generator.core.MybatisDynamicCodeGenerator
-
Packages that use MybatisDynamicCodeGenerator Package Description pro.chenggang.project.reactive.mybatis.support.generator.core -
-
Uses of MybatisDynamicCodeGenerator in pro.chenggang.project.reactive.mybatis.support.generator.core
Methods in pro.chenggang.project.reactive.mybatis.support.generator.core that return MybatisDynamicCodeGenerator Modifier and Type Method Description MybatisDynamicCodeGeneratorMybatisDynamicCodeGenerator.Configurer. toGenerator()Return mybatis dynamic code generator.static MybatisDynamicCodeGeneratorMybatisDynamicCodeGenerator. withGeneratorPropertiesLoader(GeneratorPropertiesLoader generatorPropertiesLoader)With specific generator properties loaderstatic MybatisDynamicCodeGeneratorMybatisDynamicCodeGenerator. withYamlConfiguration()With default yaml configuration file in classpath
mybatis-generator.yaml mybatis-generator.ymlstatic MybatisDynamicCodeGeneratorMybatisDynamicCodeGenerator. withYamlConfiguration(String configurationFileName)With target yaml configuration file name.Constructors in pro.chenggang.project.reactive.mybatis.support.generator.core with parameters of type MybatisDynamicCodeGenerator Constructor Description Configurer(MybatisDynamicCodeGenerator mybatisDynamicCodeGenerator)
-