Skip to content

Commit 4b106b6

Browse files
committed
add missing @SInCE
1 parent 903ce66 commit 4b106b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/PersistenceSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ public interface PersistenceSettings {
7878
* @see #SESSION_FACTORY_NAME_IS_JNDI
7979
* @see org.hibernate.internal.SessionFactoryRegistry
8080
* @see org.hibernate.boot.SessionFactoryBuilder#applyName(String)
81+
*
82+
* @since 7.0
8183
*/
8284
String SESSION_FACTORY_JNDI_NAME = "hibernate.session_factory_jndi_name";
8385

migration-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ To suppress the error for an auto-applied converter, use `@Convert(disableConver
466466
== `org.hibernate.graph` package
467467

468468
The `EntityGraph` API was enhanced in JPA 3.2, and made much more useful.
469-
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.
469+
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.
470470
Furthermore, some legacy operations were declared with incorrect generic type signatures (by both JPA, and by Hibernate).
471471

472472
This package has been significantly re-engineered, and the impact of this effort includes:

0 commit comments

Comments
 (0)