Skip to main content



      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 10:48
Eclipse UserFriend
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: Sun Nov 09 06:08:50 EST 2025

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

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

Back to the top