13041305130613071308130913101311131213131314
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
674675676677678679680681682683684
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
12951296129712981299130013011302130313041305
11211122112311241125112611271128112911301131
649650651652653654655656657658659
648649650651652653654655656657658
687688689690691692693694695696697
13051306130713081309131013111312131313141315
13061307130813091310131113121313131413151316
11201121112211231124112511261127112811291130