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:
parent
d79b9ace89
commit
4d3df8d81f
|
@ -70,3 +70,9 @@ have been added to:
|
||||||
|
|
||||||
In addition, the `SelfRenderingSqmFunction.getRenderingSupport()` method was deprecated in favor of the new `SelfRenderingSqmFunction.getFunctionRenderer()` method.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue