I want to store XML data in an Oracle XMLType column with registered XML schema file. Both XML files and the XSD schema are valid and XMLs conform to the schema. To get Hibernate work with XMLType, I
We have an application (Java) with an own OR mapper. Within this system we have what can be compared to Hibernate\'s interceptors (we call it triggers): Do specific actions just before saving data in