Hibernate / Hibernate interview questions II
How do I persist an image/media in oracle using hibernate ?
Create a database table with column having data type as blob ( or equivalent) and in the HBM configuration file, specify the column type as binary.
More Related questions...