Spring/@annotation

@Transactional

melitina 2024. 1. 10. 22:01

https://imiyoungman.tistory.com/9

 

[Spring] @Transactional의 이해

스프링에서 트랜잭션 처리를 위해 선언적 트랜잭션을 사용한다. 선언전 트랜잭션이란 설정 파일 or 어노테이션 방식으로 간편하게 트랜잭션에 관한 행위를 정의하는 것이다. (물론, 프로그래밍

imiyoungman.tistory.com

 

'Spring > @annotation' 카테고리의 다른 글

@OneToMany  (0) 2024.01.16
@PathVariable  (1) 2024.01.11
@RestController = @Controller + @ResponseBody  (0) 2024.01.10
@RequestMapping  (0) 2024.01.10
@Column(columnDefinition = ...)  (0) 2024.01.10