mention naming strategies in overview

This commit is contained in:
Gavin 2022-12-29 17:03:18 +01:00 committed by Gavin King
parent 0bcf19d85b
commit 2ada31b899
2 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,10 @@
However, the following extension points are of quite general interest:
</p>
<ul>
<li>
{@link org.hibernate.boot.model.naming} allows the quantity of repetitive O/R mapping
metadata to be minimized via the use of naming strategies,
</li>
<li>
{@link org.hibernate.usertype} defines support for user-defined custom attribute types,
</li>

View File

@ -85,6 +85,10 @@
However, the following extension points are of quite general interest:
</p>
<ul>
<li>
{@link org.hibernate.boot.model.naming} allows the quantity of repetitive O/R mapping
metadata to be minimized via the use of naming strategies,
</li>
<li>
{@link org.hibernate.usertype} defines support for user-defined custom attribute types,
</li>