Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
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
more
Archives
Today
Total
관리 메뉴

메모장

JPA Transaction 분리하고 싶을 때 본문

Java

JPA Transaction 분리하고 싶을 때

doopang 2022. 4. 10. 22:54
@Transactional(propagation = Propagation.REQUIRES_NEW)

'Java' 카테고리의 다른 글

엑셀 POI  (0) 2022.11.10
JPA Entity > Repository  (0) 2022.09.30
JPA delete 다음에 insert 하기  (0) 2022.04.10
JPA 즉시 로딩과 지연 로딩  (0) 2022.02.02
JPA @MappedSuperclass  (0) 2022.02.02