File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ default MultiIdentifierLoadAccess<T> with(RootGraph<T> graph) {
170
170
/**
171
171
* Should {@link #multiLoad} return entity instances that have been
172
172
* {@linkplain Session#remove(Object) marked for removal} in the
173
- * current session, but not yet {@code delete}d in the database?
173
+ * current session, but not yet deleted in the database?
174
174
* <p>
175
175
* By default, instances marked for removal are replaced by null in
176
176
* the returned list of entities when {@link #enableOrderedReturn}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ default NaturalIdMultiLoadAccess<T> with(RootGraph<T> graph) {
116
116
/**
117
117
* Should {@link #multiLoad} return entity instances that have been
118
118
* {@link Session#remove(Object) marked for removal} in the current
119
- * session, but not yet {@code delete}d in the database?
119
+ * session, but not yet deleted in the database?
120
120
* <p>
121
121
* By default, instances marked for removal are replaced by null in
122
122
* the returned list of entities when {@link #enableOrderedReturn}
You can’t perform that action at this time.
0 commit comments