We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e62837 commit bfc68b3Copy full SHA for bfc68b3
docs/en/tutorials/extra-lazy-associations.rst
@@ -36,6 +36,13 @@ With extra lazy collections you can now not only add entities to large collectio
36
easily using a combination of ``count`` and ``slice``.
37
38
39
+.. warning::
40
+
41
+ Using ``removeElement`` will directly issue DELETE queries to the database.
42
+ This circumvents the flush operation and might run outside a transactional
43
+ boundary if you don't create one yourself.
44
45
46
Enabling Extra-Lazy Associations
47
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
0 commit comments