81,122
社区成员




String hql = "delete from Comment bean where bean.parent.id in (select c.id from Comment c where c.user.id=?)";
delete from Comment bean where bean.parent.id in (select temp.id from (select c.id from Comment c) temp where temp.user.id=?))