13161317131813191320132113221323132413251326
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); delayedAfterCompletion(); }
793794795796797798799800801802803
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
12331234123512361237123812391240124112421243
12521253125412551256125712581259126012611262
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
13071308130913101311131213131314131513161317
13081309131013111312131313141315131613171318
12851286128712881289129012911292129312941295
13091310131113121313131413151316131713181319
12841285128612871288128912901291129212931294
11421143114411451146114711481149115011511152