使用hibernate/hql截断表的推荐方法是什么?
我试过这个:
Query query = session.createQuery("truncate table MyTable"); query.executeUpdate();
但它没有用(截断似乎没有在hql中的任何地方记录...)
hibernate truncate hql
hibernate ×1
hql ×1
truncate ×1