countRefs -= refFactory.count(store, conn, timeout);
// add the store entry again since it could be used
storeFactory.insert(store, conn, timeout);
if (log.isLoggable(Level.FINE))
log.fine("cleared " + countMeats + " meats and " + countRefs + " refs when clearing store " + store.getId() + " : " + store.toString());
conn.commit();
if (countRefs > 0L)
return countRefs;
return countMeats;
}
catch (Throwable ex) {