750751752753754755756757758759760
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
12851286128712881289129012911292129312941295
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
696697698699700701702703704705706
12341235123612371238123912401241124212431244
12831284128512861287128812891290129112921293
12461247124812491250125112521253125412551256
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); delayedAfterCompletion(); }
11981199120012011202120312041205120612071208
11551156115711581159116011611162116311641165
700701702703704705706707708709710
11531154115511561157115811591160116111621163