Joined: Thu Sep 21, 2006 4:54 am Posts: 2 Location: India
|
I'm trying to map an SQL LONG data type with my POJO class. Currently i'm usinga a String variable which is able to store files with less size but when it comes to large files, while trying to save the entity, i get an exception that String class cannot accept large values
Hibernate version: 2.0
Mapping documents: <property name="certRawData"> <column name="CERT_RAWDATA" sql-type="LONG" /> </property>
Name and version of the database you are using: Oracle 9i
|
|