@Override
public void process() {
DbSession dbSession = EnvironmentImpl.getFromCurrent(DbSession.class);
HistoryVariableImpl historyVariable = dbSession.get(HistoryVariableImpl.class, variable.getDbid());
historyVariable.updated(variable);
}
public Variable getVariable() {
return variable;
}