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
- dp
- spring
- GatherTown
- 엘라스틱서치
- 이젠 골드구현도 어렵네..
- 구현
- 01BFS
- 알고리즘
- 세그먼트트리
- deque
- COSPRO
- 시뮬레이션
- PS
- 재귀함수
- 네트워크플로우
- BFS
- QUICKSTARTGUIDE
- 게더타운시작
- 완전탐색
- 백준
- 취득후기
- java
- DFS
- 다이나믹프로그래밍
- COSPROJAVA1급
- 우선순위큐
- 자바PS
- 백준코딩테스트
- 다익스트라
- YBMCOS
Archives
- Today
- Total
목록JPA Projection (1)
공부공간

Spring Boot 기반 Rest Api를 작성하는 프로젝트에서 JPA를 사용하여 빠른 쿼리를 작성하는 일이 많아지면서, 다양하게 클래스를 정의하여 요청에 응답하다가 No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type [com.web.blog.dto.post.PostidandviewcntWrapperclass] 이런형식의 jpa repository에 있는 데이터를 내가 정의한 WrapperClass에 Mapping하지 못하는 문제가 발생하였다. 필자는 특정 정보끼리 합칠때 Wrapp..
Spring/JPA
2020. 8. 13. 00:38