Tibero
-
[tibero, oracle] org.hibernate.HibernateException:java 2021. 4. 10. 11:14
org.hibernate.HibernateException identifier of an instance of HibernatedObject altered from A to B 원인 1. hibernate에 연결된 객체를 기존에 store되었는데 pk를 변경해서 한번 더 저장했을 경우 발생합니다. 이러한 이유로 에러가 났다면, tibero 문제라기 보다는 hibernate를 잘못 쓴 문제라고 보는게 맞습니다. procedure를 호출해서 처리를 하던지, flush와 initial을 적절하게 사용해서 해결하는 것이 좋습니다. 원인 2. (tibero, oracle연동시) 원인 2. hibernate 객체 내에서 동일한 hibernate객체를 생성할 경우 발생합니다. @JsonIgnore public Hib..