hibernate添加数据报错:Could not execute JDBC batch update

Posted ninic

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hibernate添加数据报错:Could not execute JDBC batch update相关的知识,希望对你有一定的参考价值。

报错如下图所示:

报错原因:在配置文件或注解里设置了字段关联,但数据却没有关联。

解决方法:我的错误是向一个多对多的关联表里插入数据,由于表中一个字段的数据是从另一张表里get到的,通过调试发现,从以一张表里没有get到此数据,所以在添加时由于此字段没有获取到数据,所以无法与另一字段关联插入表里。通过修改使关联数据都能获取到值。

以上是关于hibernate添加数据报错:Could not execute JDBC batch update的主要内容,如果未能解决你的问题,请参考以下文章

hibernate原生sql封装,报错信息:could not find setter for rownum_

org.hibernate.exception.ConstraintViolationException: could not insert:

Could not open Hibernate Session for transaction

spring boot配置spring-data-jpa的时候报错CannotCreateTransactionException: Could not open JPA EntityManager

org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thre

Hibernate插入错误:GenericJDBCException: could not insert: