Hibernate Connection is read-only. Queries leading to data modification are not allowed
Hibernate 存储实体到表中报错:Connection is read-only. Queries leading to data modification are not allowed
public void save(Object obj) {
entityDao.save(obj);//伪代码
}
此时报错:Connection is read-only. Qu...
原创
2019-02-20 19:36:47 ·
1075 阅读 ·
0 评论