781782783784785786787788789790791
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
13051306130713081309131013111312131313141315
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); delayedAfterCompletion(); }
702703704705706707708709710711712
11531154115511561157115811591160116111621163
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
12331234123512361237123812391240124112421243
780781782783784785786787788789790
11981199120012011202120312041205120612071208
755756757758759760761762763764765
13081309131013111312131313141315131613171318
751752753754755756757758759760761