Hello,
I have been Googling around for some information regarding Hibernate and its support of stored procedures in Oracle packages.
My team is thinking of moving to a Java data layer and would like to replace the data layer we have crafted ourselves (C#).
Currently we treat the database packages as the db interface and would like to be able to auto generate the packages as Java objects. Enabling us to call the sps and receive the return cursors as objects.
I've checked out Orindasoft's solution, which does the job well enough. but would like to try Hibernate for a comparison.
Many thanks for any help or advice,
Dan Escott.
|