250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- AJAX
- spring
- 오픈소스
- STS
- Core Java
- jpa
- Python
- maven
- Thymeleaf
- git
- Eclipse
- ubuntu
- Open Source
- MSSQL
- MySQL
- IntelliJ
- JDBC
- Exception
- error
- JavaScript
- SpringBoot
- 설정
- myBatis
- 문서
- Spring Boot
- Tomcat
- PostgreSQL
- oracle
- Docker
- Source
Archives
- Today
- Total
목록could not extract ResultSet (1)
헤르메스 LIFE
[Exception] could not extract ResultSet; SQL [n/a];
JPA 에서 NativeQuery를 실행해서 DTO Mapping 을 시도 했지만, 아래와 같은 오류가 발생했습니다. could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet 오류의 발생 - 첫번째 시도 CommentRepository.java package octopus.bbs.comment.repository; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; ..
Exception
2023. 6. 16. 02:10