All Classes
-
Class Summary Class Description JsonBinaryType Maps any given Java object on a JSON column type that is managed viaPreparedStatement.setObject(int, Object)at JDBC Driver level.JsonBlobType Maps any given Java object on a JSON column type that is managed viaPreparedStatement.setBlob(int, Blob)at JDBC Driver level.JsonNodeBinaryType Maps a JacksonJsonNodeobject on a JSON column type that is managed viaPreparedStatement.setObject(int, Object)at JDBC Driver level.JsonNodeStringType Maps a JacksonJsonNodeobject on a JSON column type that is managed viaPreparedStatement.setString(int, String)at JDBC Driver level.JsonSqlTypeDescriptor JsonStringType Maps any given Java object on a JSON column type that is managed viaPreparedStatement.setString(int, String)at JDBC Driver level.JsonType JsonTypeallows you to map any given JSON object (e.g., POJO,Map<String, Object>, List<T>,JsonNode) on any of the following database systems:JsonTypes JSON hibernate types.QuarkusObjectMapperSupplier Custom implementation of the ObjectMapperSupplier to provide custom serializers/deserializers