Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- iBatis
- github
- java
- SQL
- Kibana
- Python
- springboot
- spring
- PostgreSQL
- isNotEmpty
- 티스토리챌린지
- mssql
- pem
- Linux
- 자바
- 호이스팅
- IntelliJ
- DBMS
- docker
- MariaDB
- analytics4
- oracle
- pandas
- 오블완
- 리눅스
- git
- 명령어
- mysql
- Javascript
- 404error
Archives
- Today
- Total
hanker
javax.persistence.TransactionRequiredException: Executing an update/delete query 본문
SPRING
javax.persistence.TransactionRequiredException: Executing an update/delete query
hanker 2024. 9. 4. 14:04반응형
해당 오류는 트랙잭션이 필요하다고 써있다.
jpa 사용중 update / delete 사용 시 트랜잭션 처리가 필요한데, 처리되는 메서드에 @Transactional 어노테이션을 추가하면 오류는 사라진다.
반응형
'SPRING' 카테고리의 다른 글
Spring boot - application.properties MSSQL DB 설정 (2) | 2024.09.29 |
---|---|
Spring Boot - 스케쥴러 설정 방법 (0) | 2024.09.08 |
[Intellij] Entity Class 생성 (1) | 2024.09.03 |
@ModelAttribute 어노테이션 (0) | 2022.06.07 |
Spring - WebMvcConfigurerAdapter' is deprecated (0) | 2021.11.10 |