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
Document that when using entities in entity views there are some limitations.
No relations of an entity can be fetched. This is a limitation of JPA in general as it seems. Selecting an entity of a relation makes every join fetch illegal.
The text was updated successfully, but these errors were encountered:
Document that when using entities in entity views there are some limitations.
The text was updated successfully, but these errors were encountered: