link to config properties from overview
This commit is contained in:
parent
b72d332b34
commit
5c6127848f
|
@ -125,6 +125,11 @@ mappings as an alternative.
|
||||||
manage the lifecycle of a {@code EntityManager} or {@code Session} and its association with
|
manage the lifecycle of a {@code EntityManager} or {@code Session} and its association with
|
||||||
container-managed transactions.
|
container-managed transactions.
|
||||||
</p>
|
</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>
|
<h3>Popular extension points</h3>
|
||||||
|
|
||||||
|
|
|
@ -125,6 +125,11 @@ mappings as an alternative.
|
||||||
manage the lifecycle of a {@code EntityManager} or {@code Session} and its association with
|
manage the lifecycle of a {@code EntityManager} or {@code Session} and its association with
|
||||||
container-managed transactions.
|
container-managed transactions.
|
||||||
</p>
|
</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>
|
<h3>Popular extension points</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue