Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] LOB streaming

Hi there,

I've got large BLOBs (around 100 MB) that I don't want to hold in memory
completely. Using the @Lob annotation is allowed on a byte array only.
Is there a feature like OpenJPA's LOB streaming
(http://openjpa.apache.org/builds/latest/docs/manual/ref_guide_mapping_jpa.html#ref_guide_streamsupport)
 in EclipseLink, too?

I didn't find anything and suspect I have to implement the BLOB persistence
completely myself.

Kind regards,
Stefan



Back to the top