346347348349350351352353354355356
List result = getDataContext().performQuery(cq); return new CayenneIterator(result.iterator()); } catch (Exception e) { tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally();
418419420421422423424425426427428
{ getDataContext().deleteObject(o); } catch (Exception e) { tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally();
458459460461462463464465466467468
count = counts[0]; return count; } catch (Exception e) { tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally();
496497498499500501502503504505506
Collection result = getDataContext().performQuery(temp); return new CayenneIterator(result.iterator()); } catch (Exception e) { tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally();