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
- programmers
- 제약 조건
- debezium
- Late row lookup
- kafkaconnect
- kafka connect
- git reflog
- API 설계
- Path Variable
- Query String
- event loop
- Cannot add or update a child row: a foreign key constraint fails
- Pagination Optimization
- jdbc connector
- 1450
- reflog
- 참조무결성
- code --no-sandbox
- 문자열 검증
- foreign key constraint fails
- git rebase -i
- 1452
- Cannot delete or update a parent row: a foreign key constraint fails
- constraint fails
- 페이지네이션 최적화
- 페이지네이션
- Invalid character found in method name
- Git
- 23000
- kafka-connect
Archives
- Today
- Total
목록취준/SPRING (19)
Kawaii_Jordy
[JPA] QueryDsl에서 Custom Sorting 하는 법
우선 Order, Path, fieldName을 전달하면 OrderSpecifier 객체를 리턴하는 Util 클래스를 작성해서 Sort시 마다 사용할 수 있도록 한다. Path 파라미터는 compileQuerydsl 빌드를 통해서 생성된 Q타입 클래스의 객체이다. Sort의 대상이 되는 Q타입 클래스 객체를 전달한다. import com.querydsl.core.types.Order; import com.querydsl.core.types.OrderSpecifier; import com.querydsl.core.types.Path; import com.querydsl.core.types.dsl.Expressions; public class QueryDslUtil { public static OrderSp..
취준/SPRING
2021. 7. 23. 11:29
[Spring] Bean Validation
https://shinsunyoung.tistory.com/43
취준/SPRING
2021. 7. 22. 10:50
QueryDSL을 효과적으로 실무에 적용하기 위한 고민
https://dico.me/java/articles/290/ko
취준/SPRING
2021. 7. 14. 17:11