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/RelationalEventWithId.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/event/SimpleRelationalEvent.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ class SimpleRelationalEvent extends ApplicationEvent implements RelationalEvent
44
44
}
45
45
46
46
/**
47
-
* @deprecated obtain the id from the entity instead.
47
+
* @deprecated since 1.1, obtain the id from the entity instead.
48
48
*/
49
49
@Override
50
50
@Deprecated
@@ -64,7 +64,7 @@ public Optional<Object> getOptionalEntity() {
64
64
/**
65
65
* Returns the an {@link AggregateChange} instance representing the SQL statements performed by the action that
66
66
* triggered this event.
67
-
*
67
+
*
68
68
* @return Guaranteed to be not {@literal null}.
69
69
* @deprecated There is currently no replacement for this. If something like this is required please create an issue
0 commit comments