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 | 29 | 30 | 31 |
Tags
- Open Source
- JavaScript
- oracle
- IntelliJ
- MSSQL
- SpringBoot
- spring
- maven
- myBatis
- error
- Spring Boot
- Thymeleaf
- jpa
- 설정
- 오픈소스
- Eclipse
- Source
- STS
- Python
- PostgreSQL
- Tomcat
- AJAX
- Core Java
- MySQL
- JDBC
- 문서
- ubuntu
- git
- Exception
- Docker
Archives
- Today
- Total
목록org.hibernate.exception.SQLGrammarException (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