Subject | Which Java datatype is best for a blob? |
---|---|
Author | Yves Glodt |
Post date | 2009-04-11T17:30:56Z |
Hi list,
I would like to ask for suggestions on which Java datatype I should use
in POJOs for columns which are blobs (either containing text or binary
data)
What is better? java.sql.Blob, or byte[] ? Or something else?
Best regards and thanks in advance,
Yves
[Non-text portions of this message have been removed]
I would like to ask for suggestions on which Java datatype I should use
in POJOs for columns which are blobs (either containing text or binary
data)
What is better? java.sql.Blob, or byte[] ? Or something else?
Best regards and thanks in advance,
Yves
[Non-text portions of this message have been removed]