AccountIT 테스트를 실행할 때 새 계정을 유지하는 데 문제가 있습니다. 내가 얻는 오류는 다음과 같습니다@OneToOne @entity로 java 지속
javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: no.phasfjo.dto.Customer
나는 그것이 @OnToOne
주석과 뭔가를 가지고 그림,하지만 난 제대로을 변경하는 방법을 알아낼 cannott? 내가 전화했을 때
javax.persistence.PersistenceException : org.hibernate.PersistentObjectException : persist에 전달 된 분리 된 엔티티 : no.phasfjo.dto.Customer. no.phasfjo.infrastructure.account.JpaAccountDao.persist (JpaAccountDao.java:26), – Paul