Something like this might work: Blob blob = Hibernate.getLobCreator(hibernateSession).createBlob(new byte[0]);
blob.setBinaryStream(1); For some reason Hibernate does not seem to have an API to create a proper empty Blob and it is only legal to call setBinaryStream on an empty Blob -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
