hibernate提供个拦截接口EmptyInterceptor 为什么不能拦截Query的 executeUpdate方法比如 this.baseDAO.getQuery(
"delete from Keyword where articleid=:articleid")
.setString("articleid", a.getId()).executeUpdate();
怎么都无法拦截,国外有个大牛也遇到此问题,没有解决,整个互联网都没有解决之道了吗
https://forum.hibernate.org/viewtopic.php?p=2351111