Link to home
Start Free TrialLog in
Avatar of Manish
ManishFlag for India

asked on

hibernate blob read/write

My database table
mytable
  id -int
  myobject longblob  (here we are storing javaobjects)


My question how my methods  should look like in hibernate3 which I can use to get blob field?

Class MyBean{
..
..

}

Also queries (links/suggestions) to read java object from myobject database table?
ASKER CERTIFIED SOLUTION
Avatar of Gurvinder Pal Singh
Gurvinder Pal Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Manish

ASKER

Thanks.