@ -325,11 +326,11 @@ public class CompileTimeRowToObjectMapper {
if(returnMap)// we want a map
try{
java.append("final ").append(tType).append("<String, Object> ret = new ").append(tType).append("<String, Object>();\n");
java.append("final ").append(tType).append(" ret = new ").append(getConcreteClassCanonicalName(_returnTypeClass,HashMap.class)).append(tType.substring(tType.indexOf('<'))).append("();\n");
finalintcolumnLength=_columnCount+1;
inttypeId=getTypeId(componentType);
finalStringenumName=componentType.toString();
if(componentType!=null&&typeId!=TypeMappingsFactory.TYPE_UNKNOWN){// we want a specific value type