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

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

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

Fields in org.apache.ibatis.abator.config declared as ModelType
static ModelType ModelType.HIERARCHICAL
           
static ModelType ModelType.FLAT
           
static ModelType ModelType.CONDITIONAL
           
 

Methods in org.apache.ibatis.abator.config that return ModelType
 ModelType TableConfiguration.getModelType()
           
static ModelType ModelType.getModelType(java.lang.String type)
           
 ModelType AbatorContext.getDefaultModelType()
           
 

Constructors in org.apache.ibatis.abator.config with parameters of type ModelType
AbatorContext(java.lang.String generatorSetType, ModelType defaultModelType)
          Constructs an AbatorContext object.