Hi,
In our project some data are stored as CLOB. This is in fact an XML document which we are parsing through interceptor and then filling some atributes in same object. There is an issue with using second-level cache (possiby distributed) and interceptor behaviour. From documentation lecture it seems to me that with standard Hibernate 2L cache object will be cached on "CLOB level" (before Hibernate interceptor processing). Is that right, or I've misunderstood something ?
Has someone an idea how to avoid "manual" work with cache in this situation?
Jarek
|