899900901902903904905906907908909
{ res = getCount(cw, clazz, clause); } catch (Exception e) { cw.rollback(); throw new SQLException(e); } cw.discard(); return res; }