HHH-17840 Fix `H2FormatJsonJdbcType` deprecation
This commit is contained in:
parent
2160dd8ce8
commit
cee623c85b
|
@ -18,6 +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.5")
|
||||
public class H2FormatJsonJdbcType extends JsonJdbcType {
|
||||
/**
|
||||
* Singleton access
|
||||
|
|
Loading…
Reference in New Issue