11621163116411651166116711681169117011711172
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
12291230123112321233123412351236123712381239
676677678679680681682683684685686
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
639640641642643644645646647648649
11851186118711881189119011911192119311941195
616617618619620621622623624625626
11581159116011611162116311641165116611671168
644645646647648649650651652653654
11861187118811891190119111921193119411951196
13041305130613071308130913101311131213131314