Uses of Class
org.apache.ibatis.ibator.config.ModelType

Packages that use ModelType
org.apache.ibatis.ibator.config   
 

Uses of ModelType in org.apache.ibatis.ibator.config
 

Methods in org.apache.ibatis.ibator.config that return ModelType
 ModelType IbatorContext.getDefaultModelType()
           
 ModelType TableConfiguration.getModelType()
           
static ModelType ModelType.getModelType(java.lang.String type)
           
static ModelType ModelType.valueOf(java.lang.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.apache.ibatis.ibator.config with parameters of type ModelType
IbatorContext(ModelType defaultModelType)
          Constructs an IbatorContext object.