我在 HQL 中刪除:String queryText = DELETE FROM Books WHERE author = 'author1'final Query query = getCurrentSession().createQuery(queryText);query.executeUpdate();如何獲取查詢中刪除的行數?
添加回答
舉報
0/150
提交
取消