+ getSimpleName(new JavaType(ArrayList.class.getName(), 0,
DataType.TYPE, null, sidTypeParams)) + "();");
bodyBuilder.appendFormalLine("for (" + destination.getSimpleTypeName()
+ " " + javaBeanFieldName + " : " + beanPlural.toLowerCase()
+ ") {");
bodyBuilder.indent();
bodyBuilder.appendFormalLine(sid + " sid = new " + sid + "();");
bodyBuilder.appendFormalLine("sid.addField(\"id\", \""
+ destination.getSimpleTypeName().toLowerCase() + "_\" + "
+ javaBeanFieldName + "." + identifierAccessor.getMethodName()
+ "());");