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
For fixing this we should turn the IndexedTupleListTransformer into an IndexedTupleListTransformerFactory which can access entity view setting metadata and thus can consider fetched entity view paths.
Consider e.g. the following entity view:
When fetching this entity view we specify fetches that exclude
contacts
:For fetched entity views
getContacts()
will return an empty map instead ofnull
. This also happens for other collection mappings.The text was updated successfully, but these errors were encountered: