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() {
228228 * {@link QueryProducer#createMutationQuery(String)},
229229 * {@link QueryProducer#createNamedMutationQuery(String)},
230230 * {@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)}.
233233 *
234234 * @return the number of affected entity instances
235235 * (may differ from the number of affected rows)
@@ -238,6 +238,8 @@ default Stream<R> stream() {
238238 * @see QueryProducer#createMutationQuery(String)
239239 * @see QueryProducer#createNamedMutationQuery(String)
240240 * @see QueryProducer#createNativeMutationQuery(String)
241+ * @see QueryProducer#createMutationQuery(jakarta.persistence.criteria.CriteriaUpdate)
242+ * @see QueryProducer#createMutationQuery(jakarta.persistence.criteria.CriteriaDelete)
241243 *
242244 * @see jakarta.persistence.Query#executeUpdate()
243245 *
You can’t perform that action at this time.
0 commit comments