HHH-17089 - Add a link to the supported dialects report in the migration guide

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-11-06 19:44:26 +01:00 committed by Jan Schatteman
parent d79b9ace89
commit 4d3df8d81f
1 changed files with 6 additions and 0 deletions

View File

@ -70,3 +70,9 @@ have been added to:
In addition, the `SelfRenderingSqmFunction.getRenderingSupport()` method was deprecated in favor of the new `SelfRenderingSqmFunction.getFunctionRenderer()` method.
Finally, the `SelfRenderingFunctionSqlAstExpression.getRenderer()` method was deprecated in favor of the new `SelfRenderingFunctionSqlAstExpression.getFunctionRenderer()` method.
[[SupportedDialects]]
== Supported Dialects
Please also do have a look at the link:{versionDocBase}/dialect/dialect.html[Supported Dialects] document to check for potential upgrades to the minimum version of the databases underpinning the dialects that Hibernate currently supports.