HHH-17973 - Deprecate ALLOW_REFRESH_DETACHED_ENTITY

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2024-05-29 16:15:44 +02:00 committed by Christian Beikov
parent dc0442ad01
commit f71a408df8
1 changed files with 3 additions and 0 deletions

View File

@ -133,8 +133,11 @@ public interface AvailableSettings
* The default behavior is to allow refreshing a detached instance unless Hibernate
* is bootstrapped via JPA.
*
* @deprecated Will be removed with no replacement from ORM version 7 onwards
*
* @since 5.2
*/
@Deprecated(forRemoval = true)
String ALLOW_REFRESH_DETACHED_ENTITY = "hibernate.allow_refresh_detached_entity";
/**