String hql = "from SArticle group by title  order by time desc limit 5 "; 
limit 5不起作用,在HIBERNATE语句中怎样在hql语句中限制记录条数呢?