mention dialects in overview

This commit is contained in:
Gavin 2022-12-31 01:05:13 +01:00
parent 0d9a32a9df
commit 66a2f492aa
2 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,9 @@
More advanced extension points include:
</p>
<ul>
<li>
{@link org.hibernate.dialects} provides a framework for modelling dialects of SQL,
</li>
<li>
{@link org.hibernate.cache.spi} defines an SPI for integrating with second-level cache
providers,

View File

@ -140,6 +140,9 @@
More advanced extension points include:
</p>
<ul>
<li>
{@link org.hibernate.dialects} provides a framework for modelling dialects of SQL,
</li>
<li>
{@link org.hibernate.cache.spi} defines an SPI for integrating with second-level cache
providers,