Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.0.5
Mapping documents:
Code:
<property
name="flux"
type="binary"
columng="FLUX"
/>
Code between sessionFactory.openSession() and session.close():
none
Full stack trace of any exception that occurs:
none
Name and version of the database you are using:
Oracle 9iR2 9.2.0.4
The generated SQL (show_sql=true):
none
Debug level Hibernate log excerpt:
none
I would like to retrieve files from a long raw column in Oracle. As the file may be really large, I would like to retrieve an InputStream instead of byte[]. Unfortunately I cannot change the type of the column from LONG RAW to Blob.
Is there a way to do this with Hibernate ?
Thanks in advance