Hi,
When i use HQl I am getting an error message stating that
Quote:
ORA-00932: inconsistent datatypes: expected - got BLOB
I looked into the URL and modified code Still I am getting the same error..
http://hansonchar.blogspot.com/2005/06/oracle-blob-mapped-to-byte-in.htmlI am getting this errors when I use HQL.. Example query is
Code:
select disticnt a from A a left join fetch a.bs where a.id = ?
A and B are Entitys.. B contains Blob...
Does any body have any idea how to resolve the blob issue.
thanks
kASI[/url][/quote]