I want to select columns based on my input (List < String >)
@Entity @Table public class Product { @Id private Long id; private String name;