Tweak to the migration guide to add a link to the previous minor release migration guide
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
35fb490aaa
commit
1dba48ae3e
|
@ -6,9 +6,11 @@
|
||||||
:javadocsBase: {docsBase}/javadocs
|
:javadocsBase: {docsBase}/javadocs
|
||||||
|
|
||||||
|
|
||||||
This guide discusses migration from Hibernate ORM version 6.1. For migration from
|
This guide discusses migration from Hibernate ORM version 6.1. For migration from
|
||||||
earlier versions, see any other pertinent migration guides as well.
|
earlier versions, see any other pertinent migration guides as well.
|
||||||
|
|
||||||
|
* link:../../../6.0/migration-guide/migration-guide.html[6.0 Migration guide]
|
||||||
|
|
||||||
== Basic array/collection mapping
|
== Basic array/collection mapping
|
||||||
|
|
||||||
Basic arrays, other than `byte[]`/Byte[] and `char[]`/`Character[]`, and basic collections (only subtypes of `Collection`)
|
Basic arrays, other than `byte[]`/Byte[] and `char[]`/`Character[]`, and basic collections (only subtypes of `Collection`)
|
||||||
|
|
Loading…
Reference in New Issue