}
@Override
public void update(UpdatableChronicle entity, AttributeDefinition<?> def, String value, String description) throws T2DBException {
getWriteMethodsForChroniclesAndSeries().updateAttribute(entity, def, value, description);
publish(new UpdateEventImpl(UpdateEventOperation.MODIFY, entity).withComment(String.format("%s=%s", def.getProperty().getName(), value)));
}