You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in my controller the transformer function is not triggered by the getOneBase method. Only after I overwrite getOneBase with my own custom method the transformer runs.
Hi,
I'm trying to work with a transformer in one of my entities to map a uuid to a binary number.
The controller
But in my controller the transformer function is not triggered by the getOneBase method. Only after I overwrite getOneBase with my own custom method the transformer runs.
Where Clause without overriding:
Where Clause with overriding:
Do I miss something to get the transformer working without overriding?
Best regards
The text was updated successfully, but these errors were encountered: