link to config properties from overview

This commit is contained in:
Gavin 2023-01-05 21:30:47 +01:00
parent b72d332b34
commit 5c6127848f
2 changed files with 10 additions and 0 deletions

View File

@ -125,6 +125,11 @@ mappings as an alternative.
manage the lifecycle of a {@code EntityManager} or {@code Session} and its association with
container-managed transactions.
</p>
<p>
A comprehensive list of configuration properties understood by Hibernate may be found in the
class {@link org.hibernate.cfg.AvailableSettings}. Most sensible programs will only ever need
to use a tiny handful of them.
</p>
<h3>Popular extension points</h3>

View File

@ -125,6 +125,11 @@ mappings as an alternative.
manage the lifecycle of a {@code EntityManager} or {@code Session} and its association with
container-managed transactions.
</p>
<p>
A comprehensive list of configuration properties understood by Hibernate may be found in the
class {@link org.hibernate.cfg.AvailableSettings}. Most sensible programs will only ever need
to use a tiny handful of them.
</p>
<h3>Popular extension points</h3>