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;
|
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.
|
||||||
|
|
Loading…
Reference in New Issue