Package com.flowable.platform.common.persistence
-
Class Summary Class Description ClobCharacterStreamTypeHandler ATypeHandler
that usesResultSet.getCharacterStream(String)
andResultSet.getCharacterStream(int)
to convert a Clob into a string.JacksonJsonBasedTypeHandler<T> ATypeHandler
that usesObjectMapper
to map the values into a String.MapToJsonTypeHandler Type handler that mapsMap<String, Object>
into aClob
as JSON.StringListToJsonTypeHandler Type handler that mapsList<String>
into aClob
as JSON.StringSetToJsonTypeHandler Type handler that mapsSet<String>
into aClob
as JSON.