javax.persistence.TransactionRequiredException: Executing an update/delete query

在springboot項目中使用jpa的時候,因爲業務需求註冊的時候同時需要插入role和permission相關信息,無法直接使用封裝好的save()方法,所以需要在dao層中使用@Query寫自定義查詢。 當涉及到查詢的語句中,可以直接寫如下,正常。 @Query(value = "select DISTINCT * from user u where u.user_name = ?1",na
相關文章
相關標籤/搜索