After adding java.sql.Blob field to one of my objects the hibernate persistence manager is now throwing Blobs are not cacheable exception.
Any idea how to solve this other than disabling the cache. I tried making the field transient but of course with no success.
BTW I use the latest Spring Framework.
You have 2 choices.