Uses of Class
pro.chenggang.project.reactive.mybatis.support.generator.core.MybatisDynamicCodeGenerator
Packages that use MybatisDynamicCodeGenerator
-
Uses of MybatisDynamicCodeGenerator in pro.chenggang.project.reactive.mybatis.support.generator.core
Methods in pro.chenggang.project.reactive.mybatis.support.generator.core that return MybatisDynamicCodeGeneratorModifier and TypeMethodDescriptionMybatisDynamicCodeGenerator.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 MybatisDynamicCodeGeneratorModifierConstructorDescriptionConfigurer(MybatisDynamicCodeGenerator mybatisDynamicCodeGenerator)