Uses of Class
org.mybatis.generator.config.ModelType

Packages that use ModelType
org.mybatis.generator.config   
 

Uses of ModelType in org.mybatis.generator.config
 

Methods in org.mybatis.generator.config that return ModelType
 ModelType Context.getDefaultModelType()
           
 ModelType TableConfiguration.getModelType()
           
static ModelType ModelType.getModelType(String type)
           
static ModelType ModelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModelType[] ModelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mybatis.generator.config with parameters of type ModelType
Context(ModelType defaultModelType)
          Constructs a Context object.
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.