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.CONDITIONAL
           
static ModelType ModelType.FLAT
           
static ModelType ModelType.HIERARCHICAL
           
 

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

Methods in org.apache.ibatis.abator.config with parameters of type ModelType
 void TableConfiguration.setModelType(ModelType modelType)
           
 

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