I am receiving jpa object from db using springboot and mapping it to model but the column name in model is different than the one coming from database.
I tried to setter to set the value of model field from the incoming database attribute but the attribute is in parent class and hence it is always set as null.