I have following Entity class as
@Getter @Setter @AllArgsConstructor @NoArgsConstructor public class EDetails { Long id; String type; String comment; String reaso