mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
use @linkplain
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
38355ccfc8
commit
0aa04eeecf
@ -9,9 +9,9 @@
|
||||
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…
x
Reference in New Issue
Block a user