org.hibernate.exception.ConstraintViolationException

错误:

org.hibernate.exception.ConstraintViolationException: could not insert: [com.hqhop.hqhopsvc.tech.bean.client.Company]


解决:

hibernate配置文件出错与数据库设置不符合。修改配置文件或者修改数据库主键等。

你可能感兴趣的:(CONSTRAINT)