13441345134613471348134913501351135213531354
Session session = null; try { session = openSession(); Query q = session.createQuery(sql); QueryPos qPos = QueryPos.getInstance(q); qPos.add(userId);
13861387138813891390139113921393139413951396
Session session = null; try { session = openSession(); Query q = session.createQuery(_SQL_COUNT_WARRANT); count = (Long)q.uniqueResult(); } catch (Exception e) { throw processException(e);
544545546547548549550551552553554
677678679680681682683684685686687
Session session = null; try { session = openSession(); Query q = session.createQuery(sql); if (orderByComparator == null) { list = (List<WarrantUserEmailLog>)QueryUtil.list(q, getDialect(), start, end, false);
761762763764765766767768769770771
803804805806807808809810811812813
Session session = null; try { session = openSession(); Query q = session.createQuery(_SQL_COUNT_WARRANTUSEREMAILLOG); count = (Long)q.uniqueResult(); } catch (Exception e) { throw processException(e);
590591592593594595596597598599600
Session session = null; try { session = openSession(); Query q = session.createQuery(sql); QueryPos qPos = QueryPos.getInstance(q); if (uniqueId != null) { qPos.add(uniqueId);
723724725726727728729730731732733
856857858859860861862863864865866
Session session = null; try { session = openSession(); Query q = session.createQuery(sql); if (orderByComparator == null) { list = (List<WarrantUserUniqueId>)QueryUtil.list(q, getDialect(), start, end, false);
963964965966967968969970971972973