I am trying to connect to derby database , which has two coloum one is INT id and other is XML data, one is interger and other is xml datatype , when try to write hql query it throw a error no data type node at so and so
my doubts
does hibernate will able to access the xmldatatype of derby , because , oracle has the same but they have create a custom data type , if so means how to create custom data type for derby database please get me solution with example to how to do so it will be very help full , solution with an example means very help full .
thanks kishanpk
|