we forgot to deprecate ReplicationMode

This commit is contained in:
Gavin 2022-11-10 16:55:16 +01:00 committed by Gavin King
parent 3762f4a6e5
commit 9eaeff05ec
1 changed files with 3 additions and 0 deletions

View File

@ -15,7 +15,10 @@ import org.hibernate.type.BasicType;
* @author Gavin King
*
* @see Session#replicate(Object, ReplicationMode)
*
* @deprecated since {@link Session#replicate(Object, ReplicationMode)} is deprecated
*/
@Deprecated(since="6.2")
public enum ReplicationMode {
/**
* Throw an exception when a row already exists.