@Query(value = "select p from Product p where p.name like :name") List findAllProductsByNameLike(@Param("name") String name);