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) {
170170 /**
171171 * Should {@link #multiLoad} return entity instances that have been
172172 * {@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?
174174 * <p>
175175 * By default, instances marked for removal are replaced by null in
176176 * 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) {
116116 /**
117117 * Should {@link #multiLoad} return entity instances that have been
118118 * {@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?
120120 * <p>
121121 * By default, instances marked for removal are replaced by null in
122122 * the returned list of entities when {@link #enableOrderedReturn}
You can’t perform that action at this time.
0 commit comments