final RelationshipInterface relInterface = relFactory.instantiate(rel);
final String uuid = relInterface.getProperty(uuidProperty);
if (uuid != null) {
relInterface.setProperty(GraphObject.id, uuid);
relInterface.removeProperty(uuidProperty);
actualRelCount++;
hasChanges = true;
}
} catch (Throwable t) {