Class JsonJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.JsonJdbcType
All Implemented Interfaces:
Serializable, AggregateJdbcType, JdbcType
Direct Known Subclasses:
AbstractPostgreSQLJsonPGObjectType, H2FormatJsonJdbcType, H2JsonJdbcType, JsonAsStringJdbcType, MariaDBCastingJsonJdbcType, MySQLCastingJsonJdbcType, OracleJsonBlobJdbcType, PostgreSQLCastingJsonJdbcType

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