Uses of Class
pro.chenggang.project.reactive.mybatis.support.generator.option.GeneratorType
-
-
Uses of GeneratorType in pro.chenggang.project.reactive.mybatis.support.generator.core.context
Methods in pro.chenggang.project.reactive.mybatis.support.generator.core.context that return GeneratorType Modifier and Type Method Description GeneratorTypeContextGenerator. targetGeneratorType()generator typeMethods in pro.chenggang.project.reactive.mybatis.support.generator.core.context with parameters of type GeneratorType Modifier and Type Method Description Optional<ContextGenerator>ContextGeneratorFactory. getContextGenerator(GeneratorType generatorType)get context generator -
Uses of GeneratorType in pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl
Methods in pro.chenggang.project.reactive.mybatis.support.generator.core.context.impl that return GeneratorType Modifier and Type Method Description GeneratorTypeMybatisDynamicContextGenerator. targetGeneratorType()GeneratorTypeMybatisDynamicMapperContextGenerator. targetGeneratorType()GeneratorTypeMyBatisSimpleContextGenerator. targetGeneratorType()GeneratorTypeMyBatisSimpleModelContextGenerator. targetGeneratorType()GeneratorTypeMyBatisSimpleModelXmlContextGenerator. targetGeneratorType() -
Uses of GeneratorType in pro.chenggang.project.reactive.mybatis.support.generator.option
Methods in pro.chenggang.project.reactive.mybatis.support.generator.option that return GeneratorType Modifier and Type Method Description static GeneratorTypeGeneratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeneratorType[]GeneratorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeneratorType in pro.chenggang.project.reactive.mybatis.support.generator.properties
Methods in pro.chenggang.project.reactive.mybatis.support.generator.properties with parameters of type GeneratorType Modifier and Type Method Description GeneratorPropertiesBuilderGeneratorPropertiesBuilder. generatorTypes(GeneratorType... generatorTypes)The target generator typesMethod parameters in pro.chenggang.project.reactive.mybatis.support.generator.properties with type arguments of type GeneratorType Modifier and Type Method Description GeneratorPropertiesBuilderGeneratorPropertiesBuilder. generatorTypes(Set<GeneratorType> generatorTypes)The target generator types
-