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 class
AbstractPostgreSQLJsonPGObjectType
class
MySQLCastingJsonJdbcType
class
PostgreSQLCastingJsonJdbcType
class
PostgreSQLJsonPGObjectJsonbType
class
PostgreSQLJsonPGObjectJsonType
Fields in org.hibernate.dialect declared as JsonJdbcType Modifier and Type Field Description static JsonJdbcType
MySQLCastingJsonJdbcType. INSTANCE
Singleton access -
Uses of JsonJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of JsonJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description class
H2FormatJsonJdbcType
Specialized type mapping forJSON
that utilizes the custom '? format json
' write expression for H2.class
JsonAsStringJdbcType
Specialized type mapping forJSON
and the JSON SQL data type.Fields in org.hibernate.type.descriptor.jdbc declared as JsonJdbcType Modifier and Type Field Description static JsonJdbcType
JsonJdbcType. INSTANCE
Singleton access
-