Uses of Enum Class
pro.chenggang.project.reactive.mybatis.support.generator.option.GeneratorType
Packages that use GeneratorType
Package
Description
-
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 GeneratorTypeMethods in pro.chenggang.project.reactive.mybatis.support.generator.core.context with parameters of type GeneratorTypeModifier and TypeMethodDescriptionContextGeneratorFactory.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 GeneratorTypeModifier and TypeMethodDescriptionMybatisDynamicContextGenerator.targetGeneratorType()MybatisDynamicMapperContextGenerator.targetGeneratorType()MyBatisSimpleContextGenerator.targetGeneratorType()MyBatisSimpleModelContextGenerator.targetGeneratorType()MyBatisSimpleModelXmlContextGenerator.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 GeneratorTypeModifier and TypeMethodDescriptionstatic GeneratorTypeReturns the enum constant of this class with the specified name.static GeneratorType[]GeneratorType.values()Returns an array containing the constants of this enum class, 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 GeneratorTypeModifier and TypeMethodDescriptionGeneratorPropertiesBuilder.generatorTypes(GeneratorType... generatorTypes) The target generator typesMethod parameters in pro.chenggang.project.reactive.mybatis.support.generator.properties with type arguments of type GeneratorTypeModifier and TypeMethodDescriptionGeneratorPropertiesBuilder.generatorTypes(Set<GeneratorType> generatorTypes) The target generator types