continue; // Not the entry we're looking for
}
HashMap<String, Object> dataSet = new HashMap<String, Object>();
for (Element child : element.getChildren()) {
DataType type = DataType.fromString(child.getAttributeValue("data-type"));
addTypeToMap(child, dataSet, type);
}
DataAccess da = template.getInstance();