【Spring-data-jpa】根據userId刪除用戶信息

在spring-data-jpa的Dao層中,有根據Id刪除用戶信息的方法,若是根據userId刪除,須要本身在IDao中寫方法,以下:java /** * 根據userId刪除用戶及配置 * @param userId */ @Modifying @Transactional @Query(value = "delete from Asset
相關文章
相關標籤/搜索