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: spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/event/BeforeConvertCallback.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
/**
21
21
* An {@link EntityCallback} that gets invoked before the aggregate is converted into a database change. The decision if
22
-
* the change will be an insert or update is made after this callback gets called.
22
+
* the change will be an insert or update is made before this callback gets called.
23
23
* <p>
24
24
* This is the correct callback if you want to create Id values for new aggregates.
0 commit comments