springdataJPA注解提交更新数据
2021-05-07 16:28
阅读:483
标签:cal ring 提交 nal string automatic rem action ima @Transactional int update(String name, BigDecimal height, BigDecimal weight, int id); 参考: @Transactional 作用:用于提交事务 @Modifying(clearAutomatically = true) 作用:自动清除实体里保存的数据
@Modifying(clearAutomatically = true)
@Query(value ="update user set gender=:gender,phone=:phone,email=:email,updatetime=:updatetime,remarks=:remarks where u_id=:u_id", nativeQuery=true)
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:springdataJPA注解提交更新数据
文章链接:http://soscw.com/index.php/essay/83751.html
文章标题:springdataJPA注解提交更新数据
文章链接:http://soscw.com/index.php/essay/83751.html
评论
亲,登录后才可以留言!