Mapping Custom Query Result to An Entity
usernane opened this issue · 0 comments
usernane commented
If I created a custom select SQL query and used the method MySQLQuery::setQuery()
, I cannot use the mapper which is used to map query result to an entity class.
It would be great to have a way to set a mapping between the entity class and the custom query result.