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 | 31 |
Tags
- 스프링 핵심 기능
- spring
- 자바
- 김영한
- 스프링
- 인프런
- transaction
- java
- Spring Boot
- springdatajpa
- pointcut
- SpringBoot
- db
- Android
- JPQL
- Greedy
- Servlet
- Exception
- Proxy
- JDBC
- AOP
- 알고리즘
- QueryDSL
- 스프링 핵심 원리
- http
- kotlin
- 그리디
- Thymeleaf
- 백준
- jpa
Archives
- Today
- Total
목록@Transactional interface (1)
개발자되기 프로젝트
@Transactional을 Interface에 적용한 경우
The Stpring team recommends that you annotate only concrete classeds with the @Transactinal annotation as apposed to annotating interfaces. you certainly can place the @Transactional annotation on an interface( or an interface method), but this works only as you would expect it to if you use inferface-based proxies. 1. @Transactional은 interface보다는 구체 class에 사용하는 것을 권장 2. interface는, interface-ba..
JPA/영속성
2021. 7. 10. 13:45