Class | Description |
---|---|
ClobCharacterStreamTypeHandler |
A
TypeHandler that uses ResultSet.getCharacterStream(String) and ResultSet.getCharacterStream(int)
to convert a Clob into a string. |
JacksonJsonBasedTypeHandler<T> |
A
TypeHandler that uses ObjectMapper to map the values into a String. |
MapToJsonTypeHandler |
Type handler that maps
Map<String, Object> into a Clob as JSON. |
StringListToJsonTypeHandler |
Type handler that maps
List<String> into a Clob as JSON. |
StringSetToJsonTypeHandler |
Type handler that maps
Set<String> into a Clob as JSON. |