Modify your repository method as follows if you simply require product names.
@Query(value = "SELECT o.product FROM orders o", nativeQuery = true) List<String> findAllProduct();