Class JsonArrayJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.ArrayJdbcType
org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
H2JsonArrayJdbcType, JsonAsStringArrayJdbcType, MariaDBCastingJsonArrayJdbcType, MySQLCastingJsonArrayJdbcType, OracleJsonArrayBlobJdbcType, PostgreSQLCastingJsonArrayJdbcType, PostgreSQLJsonArrayPGObjectType

public class JsonArrayJdbcType extends ArrayJdbcType
Specialized type mapping for JSON_ARRAY and the JSON ARRAY SQL data type.
See Also: