Joined: Mon Mar 08, 2004 6:45 pm Posts: 6
|
I want to store an Object in a mysql database as a blob. The table row will have 2 columns one for the PK and one for the Object. Is it a simple matter of storing the object in the database as long as the O/R mapping specifies the column to be a blob.? Or do I need to convert the Object into a java.sql.Blob type?
I have searched the forum and looked through the manual but I haven't seen anything that points me in the right direction. I will continue looking, but I would appreciate any help.
Thanks
|
|