Skip to content

Commit b9c2f47

Browse files
committed
update some Javadoc links to refer to non-deprecated methods
1 parent 34f7a4d commit b9c2f47

File tree

1 file changed

+4
-2
lines changed
  • hibernate-core/src/main/java/org/hibernate/query

1 file changed

+4
-2
lines changed

hibernate-core/src/main/java/org/hibernate/query/Query.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)