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
"details" is a many property and "product.id" maps to a foreign key column.
For predicates on expressions that contain a 'many property' a separate join should be built for the predicate (separate from a fetch join). These joins have table alias' starting with 'u' rather than fetch joins which have joins starting with 't'.
The text was updated successfully, but these errors were encountered:
Example:
"details" is a many property and "product.id" maps to a foreign key column.
For predicates on expressions that contain a 'many property' a separate join should be built for the predicate (separate from a fetch join). These joins have table alias' starting with 'u' rather than fetch joins which have joins starting with 't'.
The text was updated successfully, but these errors were encountered: