[jboss-user] [Beginners Corner] - Re: Unable to read large BLOB values from MySQL db
PeterJ
do-not-reply at jboss.com
Fri Mar 14 11:10:17 EDT 2008
The getObject method returns data in the format specified by the column in the database. Because the database column type is BLOB, getObject returns byte[]. If that data is a serialized Java object, you will have to unserialize it yourself in code.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136724#4136724
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136724
More information about the jboss-user
mailing list