File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes ArraryList to Blob Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "ArraryList to Blob" Watch "ArraryList to Blob" New topic
Author

ArraryList to Blob

Vinay Kr. Sharma
Greenhorn

Joined: Jan 26, 2012
Posts: 1
How can we insert ArrayList data into database where column is define as Blob type using Struts2 and Hibernate3.5?
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3670

Check the various methods like createBlob(byte[], Session) which Hibernate provides to suit your requirement.

And welcome to the CodeRanch!


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ArraryList to Blob
 
Similar Threads
how to store object in a table
interview question
How to store Objects in Database?
JSP - SQLServer
how to convert byte[] to blob