SEVERE: Could not synchronize database state with session
问题 When trying to update an Entity in Hibernate Im getting this ERROR: SEVERE: Could not synchronize database state with session So the request is not being saved to database. My entity has many-to-one relationship. What should I do? org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access; nested exception is org.hibernate.exception.DataException: could not update: [org.game.model.HeroChampion#1234567] at org.springframework.orm.hibernate3