7576777879808182838485
throws easyJ.common.EasyJException { Session session = null; try { session = SessionFactory.openSession(); // change the o's use_state session.deleteBatch(clazz, primaryKeys); } finally { if (session != null) session.close(); } }
96979899100101102103104105106
throws easyJ.common.EasyJException { Session session = null; try { session = SessionFactory.openSession(); // change the o's use_state session.deleteBatch(condition); } finally { if (session != null) session.close(); } }