Uses of Enum Class
org.mybatis.generator.config.ModelType
Packages that use ModelType
-
Uses of ModelType in org.mybatis.generator.config
Subclasses with type arguments of type ModelType in org.mybatis.generator.configMethods in org.mybatis.generator.config that return ModelTypeModifier and TypeMethodDescriptionContext.getDefaultModelType()static ModelTypeModelType.getModelType(String type) TableConfiguration.getModelType()static ModelTypeReturns the enum constant of this class with the specified name.static ModelType[]ModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mybatis.generator.config with parameters of type ModelType