use @linkplain

Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
Gavin King 2024-11-08 10:42:56 +01:00
parent 38355ccfc8
commit 0aa04eeecf
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME; import static java.lang.annotation.RetentionPolicy.RUNTIME;
/** /**
* Specifies the base value for the {@link jakarta.persistence.OrderColumn * Specifies the base value for the {@linkplain jakarta.persistence.OrderColumn
* order column} of a persistent list or array, that is, the order column * order column} of a persistent list or array, that is, the order column value
* value of the first element of the list or array. * of the first element of the list or array.
* <ul> * <ul>
* <li>When a row is read from the database, this base value is subtracted * <li>When a row is read from the database, this base value is subtracted
* from the order column value to determine an index in the list or array. * from the order column value to determine an index in the list or array.