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/BeforeDeleteCallback.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public interface BeforeDeleteCallback<T> extends EntityCallback<T> {
37
37
* account for deleting. Only transient fields of the entity should be changed in this callback.
38
38
*
39
39
* @param aggregate the aggregate.
40
-
* @param aggregateChange the associated {@link DefaultAggregateChange}.
40
+
* @param aggregateChange the associated {@link MutableAggregateChange}.
* Creates a new {@link Comparison} from simple {@literal StringP} arguments
64
-
* @param unqualifiedColumnName gets turned in a {@link Expressions#just(String)} and is expected to be an unqualified unique column name but also could be an verbatim expression. Must not be {@literal null}.
65
+
*
66
+
* @param unqualifiedColumnName gets turned in a {@link Expressions#just(String)} and is expected to be an unqualified
67
+
* unique column name but also could be an verbatim expression. Must not be {@literal null}.
65
68
* @param comparator must not be {@literal null}.
66
69
* @param rightValue is considered a {@link Literal}. Must not be {@literal null}.
67
-
* @return a new {@literal Comparison} of the first with the third argument using the second argument as comparison operator. Guaranteed to be not {@literal null}.
68
-
*
70
+
* @return a new {@literal Comparison} of the first with the third argument using the second argument as comparison
0 commit comments