@link -> @linkplain in Query javadoc

This commit is contained in:
Gavin King 2022-07-04 11:33:00 +02:00
parent 6588d2db46
commit b2a1324814

View File

@ -37,7 +37,7 @@
import jakarta.persistence.TypedQuery;
/**
* Represents a {@link jakarta.persistence.criteria.CriteriaBuilder criteria query}
* Represents a {@linkplain jakarta.persistence.criteria.CriteriaBuilder criteria query}
* or a query written in HQL. The subtype {@link NativeQuery} represents a query
* written in native SQL.
* <p>