447448449450451452453454455
{ batchCon.executeBatch(); } catch (Throwable th) { throw new OJBBatchUpdateException(th); } } }
466467468469470471472473474
{ batchCon.executeBatchIfNecessary(); } catch (Throwable th) { throw new OJBBatchUpdateException(th); } } }
449450451452453454455456457
468469470471472473474475476
445446447448449450451452453
464465466467468469470471472
462463464465466467468469470
481482483484485486487488489