Class JsonAsStringJdbcType

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

public class JsonAsStringJdbcType extends JsonJdbcType implements AdjustableJdbcType
Specialized type mapping for JSON and the JSON SQL data type.
See Also: