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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ foreach ($categories as $category) {
101
101
102
102
-**Batch Size:** Set a custom batch size for preloading to optimize memory usage.
103
103
-**Max Fetch Join Same Field Count:** Define the maximum number of join fetches allowed per field.
104
-
-**Read Only:** Mark preloaded entities as read-only to disable change tracking and improve performance.
104
+
-**Read Only:** Mark preloaded entities as read-only to disable change tracking and improve performance (only supported for `#[OneToMany]` and `#[ManyToMany]` associations).
0 commit comments