From 5c6127848f5ec2b404af01a222b9d8e90849a772 Mon Sep 17 00:00:00 2001 From: Gavin Date: Thu, 5 Jan 2023 21:30:47 +0100 Subject: [PATCH] link to config properties from overview --- hibernate-core/src/main/javadoc/overview.html | 5 +++++ release/src/release/javadoc/overview.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/hibernate-core/src/main/javadoc/overview.html b/hibernate-core/src/main/javadoc/overview.html index 64bd6c3f9f..1e38c9e63c 100644 --- a/hibernate-core/src/main/javadoc/overview.html +++ b/hibernate-core/src/main/javadoc/overview.html @@ -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.

+

+ 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. +

Popular extension points

diff --git a/release/src/release/javadoc/overview.html b/release/src/release/javadoc/overview.html index 3989b66e01..e3f7a16e5e 100644 --- a/release/src/release/javadoc/overview.html +++ b/release/src/release/javadoc/overview.html @@ -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.

+

+ 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. +

Popular extension points