9596979899100101102103104105
{ // Restore the components ComponentMapper mapper = getComponentMapper(root); for(PersistedComponent component : root.getComponents()) { mapper.restoreComponent(parentAttachment, component); } } finally { recreationHelper.setLoader(null);