JPA Batch Size : N+1문제 해결법
@BatchSize 연관된 엔티티를 조회할 때 지정한 size 만큼 where 조건의 in 절으로 조회한다. 1:N 관계의 Entity 정의 정의 조건 : 1명의 멤버는 여러 개의 주문을 가질 수 있다. Members (1) : Orders (N) * 부모 class : Members @Entity class Members( @Column(nullable = false, length = 50) var email: String, @Column(nullable = false, length = 20) var name: String, ) { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) var id: Long? = null @OneToMany(mappedBy..
backend/jpa
2023. 2. 27. 11:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- jvm warm-up 전략
- bucket4j
- Git
- ChatGPT
- 스프링 스케줄링
- junit5
- Kotlin
- n+1
- MultipleBagFetchException
- Linux
- FetchJoin
- dto 클래스 생성자
- redisson 분산락
- 오블완
- addFilterBefore
- 배열
- 자바 어플리케이션 실행 과정
- Cannot construct instance of
- spring boot 3
- Java
- 추상클래스
- MongoDB
- Spring Security
- checkout
- QueryDSL
- JPA
- array
- 스프링오류
- port
- 티스토리챌린지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함