如何在下面的行中禁止 userComment
UserComment userComment = (UserComment)hibernateTemplate.getSessionFactory().getCurrentSession().createCriteria(UserComment.class).add(Example.create(userCommentOld)).uniqueResult();
我模拟了上面一行中的每个方法,但是当我调试 gettting null in
add(Example.create(userCommentOld))
所以现在我想压制用户评论
有没有其他方法可以抑制..?