List list = totallogDao.listNamedQuery("RETRIEVE_TOTALLOG", null); List list2 = totallogDao.listNamedQuery("RETRIEVE_TOTALLOG_SUM", null); list.addAll(list2); return list;