Hello,
I have never worked before with Hibernate. Now I have a problem at my hands which I hope to solve with Hibernate.
A PL/SQL routine returns a complex object with a 4 level deep hierachy. Usually I just use Jdeveloper to generate a wrapper object in order to use it.
A new use case demands that I modify the wrapper object and the return it back to the db. This does not work due to some design problem with the wrapper object which only allows to modify the first level. -> An oracle problem.....
Is it possible to use Hibernate to wrap around a PL/SQL routine and to read & modify its contents?
If yes please post a link where I can see how to do it. I couldn't find any hints in the docs.
Cheers,
Pete
|