Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » writing to a blob using streams in eclipselink
writing to a blob using streams in eclipselink [message #1836151] Tue, 22 December 2020 15:48
Dave Brosius is currently offline Dave BrosiusFriend
Messages: 34
Registered: July 2009
Member
Is there any examples around of writing to a blob field using streams in eclpselink?

Can i just create my own object that implements Blob, and that when getBinaryStream() is called returns my stream? and then pass this object to

myentity.setMyBlobField(myBlob);


(That's is what would be the sane thing to do.... i'm assuming that doesn't work??)
Previous Topic:Dynamically adding entities to eclipselink persistence
Next Topic:EL 2.7 JPA-api classess inside eclipselink jar
Goto Forum:
  


Current Time: Thu Apr 18 06:02:52 GMT 2024

Powered by FUDForum. Page generated in 0.02224 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top