add missing @since

This commit is contained in:
Gavin King 2025-01-03 00:37:03 +01:00
parent 903ce6648f
commit 4b106b6559
2 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,8 @@ public interface PersistenceSettings {
* @see #SESSION_FACTORY_NAME_IS_JNDI
* @see org.hibernate.internal.SessionFactoryRegistry
* @see org.hibernate.boot.SessionFactoryBuilder#applyName(String)
*
* @since 7.0
*/
String SESSION_FACTORY_JNDI_NAME = "hibernate.session_factory_jndi_name";

View File

@ -466,7 +466,7 @@ To suppress the error for an auto-applied converter, use `@Convert(disableConver
== `org.hibernate.graph` package
The `EntityGraph` API was enhanced in JPA 3.2, and made much more useful.
The package `org.hibernate.graph` contains extensions to that API, which have been significantly impacted by the migration to JPA 3.2, and by the additional of new functionality.
The incubating package `org.hibernate.graph` contains extensions to that API, which have been significantly impacted by the migration to JPA 3.2, and by the additional of new functionality.
Furthermore, some legacy operations were declared with incorrect generic type signatures (by both JPA, and by Hibernate).
This package has been significantly re-engineered, and the impact of this effort includes: