spring boot crud clause parameters

https:/‮w/‬ww.lautturi.com
spring boot crud clause parameters
@Query( "select o from MyObject o where inventoryId in :ids" )
List<MyObject> findByInventoryIds(@Param("ids") List<Long> inventoryIdList);
Created Time:2017-10-09 20:36:53  Author:lautturi