Class H2FormatJsonJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.JsonJdbcType
org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
All Implemented Interfaces:
Serializable, AggregateJdbcType, JdbcType

@Deprecated(forRemoval=true, since="6.5") public class H2FormatJsonJdbcType extends JsonJdbcType
Deprecated, for removal: This API element is subject to removal in a future version.
Use H2JsonJdbcType instead
Specialized type mapping for JSON that utilizes the custom '? format json' write expression for H2.
See Also:
  • Field Details

    • INSTANCE

      public static final H2FormatJsonJdbcType INSTANCE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Singleton access
  • Constructor Details

    • H2FormatJsonJdbcType

      protected H2FormatJsonJdbcType(EmbeddableMappingType embeddableMappingType)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details