개발놀이터
Querydsl 오류 org.hibernate.hql.internal.ast.InvalidPathException: Invalid path: 'order1.orderStatus' / antlr.NoViableAltException: unexpected end of subtree / antlr.SemanticException: left-hand operand of a binary operator was null 본문
오류해결
Querydsl 오류 org.hibernate.hql.internal.ast.InvalidPathException: Invalid path: 'order1.orderStatus' / antlr.NoViableAltException: unexpected end of subtree / antlr.SemanticException: left-hand operand of a binary operator was null
마늘냄새폴폴 2021. 10. 3. 17:45InvalidPathException, NoViableAltException, SemanticException 이 세개가 동시에 떠서 굉장히 당황했다. 구글링을 해봐도 별다른 수확이 없었다. 그렇게 30분동안 내 코드를 뚫어져라 쳐다본 결과 굉장히 어이없는 실수였다.
그렇다 조인이 없다... 어이없어서 다신 실수하지 말자는 의미로 이렇게 글을 남긴다.
'오류해결' 카테고리의 다른 글
스프링 메시지 / 국제화 인코딩 (0) | 2021.10.18 |
---|---|
타임리프 여러개의 PathVariable 넘기기 (0) | 2021.10.07 |
org.hibernate.PersistentObjectException: detached entity passed to persist (0) | 2021.09.10 |
스프링 크론표현식 중 IllegalStateException (0) | 2021.09.06 |
이클립스로 했을때와 FTP를 이용한 웹호스팅에서 이벤트결과가 다를때 (0) | 2021.07.29 |