HHH-17840 Fix `H2FormatJsonJdbcType` deprecation

This commit is contained in:
Marco Belladelli 2024-07-08 11:12:01 +02:00
parent 2160dd8ce8
commit cee623c85b
No known key found for this signature in database
GPG Key ID: DBD6E257ABE9EA3D
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import org.hibernate.sql.ast.spi.SqlAppender;
* @author Marco Belladelli * @author Marco Belladelli
* @deprecated Use {@link org.hibernate.dialect.H2JsonJdbcType} instead * @deprecated Use {@link org.hibernate.dialect.H2JsonJdbcType} instead
*/ */
@Deprecated(forRemoval = true, since = "6.5")
public class H2FormatJsonJdbcType extends JsonJdbcType { public class H2FormatJsonJdbcType extends JsonJdbcType {
/** /**
* Singleton access * Singleton access