dirtyFields.add(property.getName());
dirtyFieldsOrigVals.put(property.getName(), structuredContentField.getValue());
}
structuredContentField.setValue(property.getValue());
} else {
structuredContentField = new StructuredContentFieldImpl();
structuredContentField.setFieldKey(property.getName());
structuredContentField.setValue(property.getValue());
dynamicEntityDao.persist(structuredContentField);
structuredContentFieldMap.put(property.getName(), structuredContentField);
dirtyFields.add(property.getName());