Пример #1
0
 @Transactional
 public List<Chat> getLastThreeChats() {
   List<Chat> chats = chatDao.findAllOrderBySendTime();
   return chats;
 }