9596979899100101102103104105
modified = true; } } finally { mconn.release(); } } catch (MappedDatastoreException e) { NucleusLogger.DATASTORE.error(e);
177178179180181182183184185186187
} } } finally { mconn.release(); } if (!exceptions.isEmpty()) { // Throw all exceptions received as the cause of a JPOXDataStoreException so the user can see which record(s) didn't persist
302303304305306307308309310311312
} } } finally { mconn.release(); } } catch (MappedDatastoreException e) { e.printStackTrace();
166167168169170171172173174175176
219220221222223224225226227228229
modified = true; } } finally { mconn.release(); } } catch (MappedDatastoreException e) { throw new NucleusDataStoreException(LOCALISER.msg("056009", e.getMessage()), e.getCause());
374375376377378379380381382383384
); } } finally { mconn.release(); } } catch (MappedDatastoreException e) { // An error was encountered during the shift process so abort here
290291292293294295296297298299300
} return fulfillEntityQuery(preparedQuery, opts, qd.resultTransformer, ds, mconn); } } } finally { mconn.release(); } } private void processInFilters(QueryData qd) { if (qd.inFilters.isEmpty()) {