Hi All,
I have an entity with an
| @Cache(usage=CacheConcurrencyStrategy.TRANSACTIONAL)
|
annotation.
My entity contains a java.sql.Blob and so I get an UnsupportedOperationException: Blobs
are not cacheable.
May I annotate my Blob getBlob()-Method with anything, so that my entity will be cached,
but the blob will not?
Thanks,
Carsten
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044719#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...