use @linkplain
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
38355ccfc8
commit
0aa04eeecf
|
@ -9,9 +9,9 @@ import java.lang.annotation.Retention;
|
|||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||
|
||||
/**
|
||||
* Specifies the base value for the {@link jakarta.persistence.OrderColumn
|
||||
* order column} of a persistent list or array, that is, the order column
|
||||
* value of the first element of the list or array.
|
||||
* Specifies the base value for the {@linkplain jakarta.persistence.OrderColumn
|
||||
* order column} of a persistent list or array, that is, the order column value
|
||||
* of the first element of the list or array.
|
||||
* <ul>
|
||||
* <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.
|
||||
|
|
Loading…
Reference in New Issue