摘要:
QueryDSL 大于、小于、大于等于、小于等于、等于、不等于 等于 EQ : equal .eq 不等于 NE : not equal .ne 小于 LT : less than .lt 大于 GT : greater than .gt 小于等于 LE : less than or equal . 阅读全文
摘要:
[Spring Data JPA问题]Executing an update/delete query; nested exception is javax.persistence.TransactionRequiredException JPQL如下: @Modifying(clearAutoma 阅读全文
摘要:
项目中需要删除掉表中的一些数据 @Query("delete from EngineerServices es where es.engineerId = ?1")int deleteByEgId(String engineerId);但是提示了错误 org.hibernate.hql.QueryE 阅读全文