일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 예약
- 커밋메세지수정
- docker명령어
- appspec.yml
- Query
- 외부키
- ubuntu
- 메세지수정
- 테스트메소드
- 적용우선순위
- 네이티브쿼리
- appspec
- 2 > /dev/null
- 참조키
- 메소드명
- 컨테이너실행
- application.yml
- querydsl
- MySQL
- 테스트
- 서브쿼리
- foreignkey
- 추후정리
- EC2
- 포트
- AuthenticationEntryPoint
- subquery
- ㅔㄴ션
- WeNews
- 검색
Archives
- Today
- Total
제뉴어리의 모든것
[SP Boot]Caused by: java.lang.IllegalStateException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : org.zerock.board.entity.Board.writer -> org.zerock.board... 본문
BugNote
[SP Boot]Caused by: java.lang.IllegalStateException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : org.zerock.board.entity.Board.writer -> org.zerock.board...
제뉴어리맨 2021. 1. 20. 21:31Intellij 콘솔 에러 메세지
Caused by: java.lang.IllegalStateException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : org.zerock.board.entity.Board.writer -> org.zerock.board.entity.Member
원인 : "Member" 테이블의 특정 필드가 "Board" 테이블과 외부키(FK)로 연결되어 있는데 "Board" 테이블을 만들때 값을 넣고 save 하려고 하니 "Board" 테이블의 값과 매칭 되는 FK 값이 "Member"에 존재하지 않아서
'BugNote' 카테고리의 다른 글
@Builder 로 객체 생성할때 에러 (0) | 2021.02.15 |
---|---|
순수 JPA로 Join시 유의 사항 (0) | 2021.02.11 |
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or (0) | 2021.01.30 |
2021. 01. 26 버그 (0) | 2021.01.27 |
[Mariadb]Cannot truncate a table referenced in a foreign key constraint 에러 (0) | 2021.01.20 |