Bind non-string parameters to JpaRepository query

前端 未结 0 1422
挽巷
挽巷 2021-01-17 06:53

The following query works fine:

@Modifying
@Query(value =
        "UPDATE my_table SET my_field = true WHERE CTID IN "
                + "( SEL         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题