deprecate RowVersionJavaType

This commit is contained in:
Gavin 2023-05-25 14:53:38 +02:00 committed by Gavin King
parent 6fd0ddfbec
commit b6733c413d
1 changed files with 3 additions and 0 deletions

View File

@ -24,7 +24,10 @@ import org.hibernate.type.descriptor.WrapperOptions;
*
* @author Steve Ebersole
* @author Gail Badner
*
* @deprecated No longer used
*/
@Deprecated(since = "6")
public class RowVersionJavaType extends AbstractClassJavaType<byte[]>
implements VersionJavaType<byte[]> {
public static final RowVersionJavaType INSTANCE = new RowVersionJavaType();