add missing @since
This commit is contained in:
parent
903ce6648f
commit
4b106b6559
|
@ -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";
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue