All Classes and Interfaces
Classes
Class
Description
Maps any given Java object on a JSON column type that is managed via
PreparedStatement.setObject(int, Object) at JDBC Driver level.
Maps any given Java object on a JSON column type that is managed via
PreparedStatement.setBlob(int, Blob) at
JDBC Driver level.
Maps a Jackson
JsonNode object on a JSON column type that is managed via
PreparedStatement.setObject(int, Object) at JDBC Driver level.
Maps a Jackson
JsonNode object on a JSON column type that is managed via
PreparedStatement.setString(int, String) at JDBC Driver level.
Maps any given Java object on a JSON column type that is managed via
PreparedStatement.setString(int, String) at JDBC Driver level.JsonType allows you to map any given JSON object (e.g., POJO, Map<String, Object>, List<T>,
JsonNode) on any of the following database systems:JSON hibernate types.
Custom implementation of the ObjectMapperSupplier to provide custom serializers/deserializers