HHH-17973 - Deprecate ALLOW_REFRESH_DETACHED_ENTITY
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
dc0442ad01
commit
f71a408df8
|
@ -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";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue