Uses of Class
org.hibernate.type.descriptor.jdbc.JsonJdbcType
-
Packages that use JsonJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of JsonJdbcType in org.hibernate.dialect
Subclasses of JsonJdbcType in org.hibernate.dialect Modifier and Type Class Description classAbstractPostgreSQLJsonPGObjectTypeclassMySQLCastingJsonJdbcTypeclassPostgreSQLCastingJsonJdbcTypeclassPostgreSQLJsonPGObjectJsonbTypeclassPostgreSQLJsonPGObjectJsonTypeFields in org.hibernate.dialect declared as JsonJdbcType Modifier and Type Field Description static JsonJdbcTypeMySQLCastingJsonJdbcType. INSTANCESingleton access -
Uses of JsonJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of JsonJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description classH2FormatJsonJdbcTypeSpecialized type mapping forJSONthat utilizes the custom '? format json' write expression for H2.classJsonAsStringJdbcTypeSpecialized type mapping forJSONand the JSON SQL data type.Fields in org.hibernate.type.descriptor.jdbc declared as JsonJdbcType Modifier and Type Field Description static JsonJdbcTypeJsonJdbcType. INSTANCESingleton access
-