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
- 도커 로그 확인
- JpaRepository update
- vuecomponent
- 자바버그수정
- Transactions Propagation Option
- 도커 logs
- spring @mapper
- spring JPA DB multi Connection
- 도커 컨테이너 로그
- Data Annotation
- spring mapper annotation
- spring JPA DB Connection
- repository annotation
- JPA DB 다중 Connection
- @Builder @NoArgsConstructor
- Vue
- doker logs tail
- vueslot
- AllArgsConstructor
- Spring JPA Specification
- JAVA Exception 종류
- spring DB Connection
- spring repository
- Spring
- mapper annotationo
- docker 로그
- JPA DB Connection 다중
- NoArgsConstructor
- spring mapper
- CrudRepository update
Archives
- Today
- Total
목록Spring JPA Specification (1)
개발을 잘하고 싶은 개발자
[Spring JPA] Specification으로 쿼리 조건 처리하기
JPA를 사용하면서 까다로운 쿼리를 처리하는데 종종 어려움이 있다. 이 때 "Specification"의 도움을 받아 동적쿼리(Dynamic Query)로 처리할 수 있다 참고 페이지 https://spring.io/blog/2011/04/26/advanced-spring-data-jpa-specifications-and-querydsl/ https://dahye-jeong.gitbook.io/spring/spring/2020-04-12-jpa-specification JpaSpecificationExecutor을 extends 해준다. Specification을 입력 받도록 Repository 인터페이스 정의하기 public interface PostRepository extends JpaReposit..
카테고리 없음
2022. 1. 16. 15:23