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