File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
hibernate-core/src/main/java/org/hibernate/query Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ default Stream<R> stream() {
228
228
* {@link QueryProducer#createMutationQuery(String)},
229
229
* {@link QueryProducer#createNamedMutationQuery(String)},
230
230
* {@link QueryProducer#createNativeMutationQuery(String)},
231
- * {@link QueryProducer#createQuery (jakarta.persistence.criteria.CriteriaUpdate)}, or
232
- * {@link QueryProducer#createQuery (jakarta.persistence.criteria.CriteriaDelete)}.
231
+ * {@link QueryProducer#createMutationQuery (jakarta.persistence.criteria.CriteriaUpdate)}, or
232
+ * {@link QueryProducer#createMutationQuery (jakarta.persistence.criteria.CriteriaDelete)}.
233
233
*
234
234
* @return the number of affected entity instances
235
235
* (may differ from the number of affected rows)
@@ -238,6 +238,8 @@ default Stream<R> stream() {
238
238
* @see QueryProducer#createMutationQuery(String)
239
239
* @see QueryProducer#createNamedMutationQuery(String)
240
240
* @see QueryProducer#createNativeMutationQuery(String)
241
+ * @see QueryProducer#createMutationQuery(jakarta.persistence.criteria.CriteriaUpdate)
242
+ * @see QueryProducer#createMutationQuery(jakarta.persistence.criteria.CriteriaDelete)
241
243
*
242
244
* @see jakarta.persistence.Query#executeUpdate()
243
245
*
You can’t perform that action at this time.
0 commit comments