Package com.flowable.platform.common.persistence
package com.flowable.platform.common.persistence
-
ClassesClassDescriptionA
TypeHandler
that usesResultSet.getCharacterStream(String)
andResultSet.getCharacterStream(int)
to convert a Clob into a string.ATypeHandler
that usesObjectMapper
to map the values into a String.Type handler that mapsMap<String, Object>
into aClob
as JSON.MyBatisLocalDate
converter that uses the JDBC SQL Date, instead of getObject.Type handler that mapsList<String>
into aClob
as JSON.Type handler that mapsSet<String>
into aClob
as JSON.