0
I have an application with Spring Data. Calling the Spring findAll() method, there are null values in the database. When setting the object the field comes with null value triggering the error message: Can not set float field br.com.pedidosweb.ws.model.Produto.pro_estoqmax to null value.
I’d have some way of treating that?