I have a SPRING Boot application with a model like the following:
public class Ingreso { private @Id @GeneratedValueint id; private String type; private int regis