File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hibernate-core/src/main/java/org/hibernate/annotations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99import static java .lang .annotation .RetentionPolicy .RUNTIME ;
1010
1111/**
12- * Specifies the base value for the {@link jakarta.persistence.OrderColumn
13- * order column} of a persistent list or array, that is, the order column
14- * value of the first element of the list or array.
12+ * Specifies the base value for the {@linkplain jakarta.persistence.OrderColumn
13+ * order column} of a persistent list or array, that is, the order column value
14+ * of the first element of the list or array.
1515 * <ul>
1616 * <li>When a row is read from the database, this base value is subtracted
1717 * from the order column value to determine an index in the list or array.
You can’t perform that action at this time.
0 commit comments