Question: I have the following entity : firstName and lastName from myOtherTable should be trimed. I tried using @Formula("trim(firstName)" but I get the following error firstName does not exist in table myTable Is there a way to apply a formula ...