Hi people. Just like the previous thread found when I want to dynamically have non-existent property to the Entity. But now, I need to fetch "non-existent" field.
From what I found out,
The PersistenceInfo was the main reason when fetching non-existent field. There, it has a Mapping to be initialized to tell the LLBL saying that this field belongs to the Entity. However, this non-existent field is not added into the mapping. So, I have manually put the mapping and it is OK to fetch. But the problem is there a public function to give access to add the Mapping? Hopefully, there is idea on how to do this.
Thank you.