2016-04-18 7 views

答えて

0

あなたは

List<Object[]> results = sessionFactory.getCurrentSession().createQuery("select count(*), type from Record group by 2").list(); 

を使用して、あなたのデータ構造に結果リストを処理することができます。

関連する問題