| BLOB with Lazy fetching [message #917578] |
Thu, 20 September 2012 04:05  |
Zoltan Levardy Messages: 4 Registered: September 2012 |
Junior Member |
|
|
Hi,
it looks like that my recommendation as LAZY does not work with binary things.
this is my column:
@Basic(fetch=FetchType.LAZY)
@Lob
@Column(name="file_content")
private byte[] fileContent;
Eclipselink 2.0.2 simply read it into memory, what is very slow. Database is Oracle 11R2. How can I make this working - preferably less code modification?
thx
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01728 seconds