696697698699700701702703704705706
NativeSQLQueryPlan plan = getNativeSQLQueryPlan(nativeSQLQuerySpecification); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } temporaryPersistenceContext.clear();
12331234123512361237123812391240124112421243
autoFlushIfRequired( plan.getCustomQuery().getQuerySpaces() ); boolean success = false; int result = 0; try { result = plan.performExecuteUpdate(queryParameters, this); success = true; } finally { afterOperation(success); } return result;
11871188118911901191119211931194119511961197
648649650651652653654655656657658
616617618619620621622623624625626
12951296129712981299130013011302130313041305
702703704705706707708709710711712
658659660661662663664665666667668
674675676677678679680681682683684