hibernate级联保存空指针异常

今天在写hibernate的级联保存的到时候一直不能保存成功  junit一直在报空指针异常  原因是在写POJO的时候没有new HashSet

private Set<Course> courses = new HashSet<Course>();

猜你喜欢

转载自blog.csdn.net/weixin_41871874/article/details/81089067
今日推荐