[오류] org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations


[오류] org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations

JpaRepository에서 @Query를 이용해 쿼리를 직접 짜주고 테스트를 해봤는데저런 오류가 떳다..보니까 @Transactional@Modifying이 두개를 안써줘서 생긴 오류였다Update를 할때는 저 두개를 꼭 적어주자!!!!...

[오류] org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations 글에 대한 네이버 블로그 포스트 내용이 없거나, 요약내용이 적습니다.

아래에 원문링크를 통해 [오류] org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations 글에 대한 상세내용을 확인해주시기 바랍니다.



원문링크 : [오류] org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations