mention naming strategies in overview
This commit is contained in:
parent
0bcf19d85b
commit
2ada31b899
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue