HHH-17840 Fix `H2FormatJsonJdbcType` deprecation

This commit is contained in:
Marco Belladelli 2024-07-08 11:12:01 +02:00
parent 6bff7d30c8
commit cbe2f6ff89
1 changed files with 1 additions and 1 deletions

View File

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