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: src/main/antora/modules/ROOT/pages/jdbc/events.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,3 +108,6 @@ Do not use this for creating Ids for new aggregates. Use `BeforeConvertCallback`
108
108
|===
109
109
110
110
We encourage the use of callbacks over events since they support the use of immutable classes and therefore are more powerful and versatile than events.
111
+
112
+
The delete and save related callbacks do not get invoked for derived query methods or annotated queries.
113
+
In general Spring Data JDBC does not have an efficient way to determine what aggregates are affected by these operations and therefore can't provide callbacks or events.
0 commit comments