Hibernate version: 3.2.5
Name and version of the database you are using: Oracle 9i
Hi, everyone.
I'm attempting to populate a collection of Hibernate objects with data from one of our Oracle servers. Unfortunately, a number of the VARCHAR2 fields have data with a double-quote character in them, and by the time I obtain the Hibernate object, those fields are set with null values.
Is there a way to either filter out or (preferrably) escape the double quote characters in my Hibernate mapping, so that I can still obtain the data? Or will I have to look for some other solution?
Thanks,
Dave
|