Calling oracle function from hibernate,
March 8, 2009 at 9:35 AM
Hi
I wanna call an sql function that does some formatting in a column which has xml data. The column is to be set from java inside a pojo, but my hbm has to call the sql function, which will format the xml.
eg: What I set in java in inputXml colums: <name>Some string</name>
And what is stored in inputXml column: Some string
This formatting is to be done automatically, with the hbm calling the function itself. Is it doable?