695696697698699700701702703704705
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
750751752753754755756757758759760
12831284128512861287128812891290129112921293
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
13011302130313041305130613071308130913101311
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); delayedAfterCompletion(); }
13141315131613171318131913201321132213231324
12431244124512461247124812491250125112521253
12841285128612871288128912901291129212931294
794795796797798799800801802803804
13051306130713081309131013111312131313141315
12811282128312841285128612871288128912901291