In spring boot app I have an ElementEntity:
.... @Entity public class ElementEntity { @Id int id; Double quantity; String form; String col