Have you tried to 'hide the Clob' and just rely on its String value? For example, something along the lines of:


public class Data{

private Clob isRevision;
private long storeId;
...