this.clearCacheLine(value);
}
this.evalEcaRules(EntityEcaHandler.EV_RUN, EntityEcaHandler.OP_STORE, value, ecaEventMap, (ecaEventMap == null), false);
this.encryptFields(value);
int retVal = helper.store(value);
// refresh the valueObject to get the new version
if (value.lockEnabled()) {
refresh(value, doCacheClear);
}