}
dbAttr = new EODbAttribute(dbAttrName, TypesMapping
.getSqlTypeByJava(javaType), dbEntity);
dbAttr.setEoAttributeName(attrName);
dbEntity.addAttribute(dbAttr);
int width = getInt("width", attrMap, prototypeAttrMap, -1);
if (width >= 0) {
dbAttr.setMaxLength(width);
}