注解@Query使用in


@Query(value = "select count(*) from financial_style_productitem_detailed fspd where fspd.id in(:ids)", nativeQuery = true)
  Integer findByStyleIds(@Param(value = "ids") List<String> ids);
@Query("select new ResultInfo(r.displayName,r.result.id,r.result.createdDate,r.result.createdBy.displayName) from ResultInfo r where r.result.id not in ?1 and r.secUser.id<>?2 and r.createdBy.id<>?3 and r.creator=?4")
    Page<ResultInfo> findToBeSharedResultInfoeListTwo(List<String>beSharedIdList,
                                                      String secUserId,
                                                      String createdById,
                                                      Boolean creator,
                                                      Pageable pageable);


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM