RE: Call Oracle stored function using Hibernate

2007-09-12 Thread Hayrol Reyes Mejía
Well, calling SP's is not a Struts topic (don't care the version), of course it's for Hibernate or even Oracle!! Also, it has a lot to do with your persistence layer and Data Model design. Anyway, you have several ways to call an Oracle SP function, here you have two hints: a) Use Hibernate to

[OT] Re: Call Oracle stored function using Hibernate

2007-09-12 Thread Dave Newton
--- GEDA <[EMAIL PROTECTED]> wrote: > now I have to call some stored functions from the DB > using the hibernate api. You might want to ask this on a Hibernate list / forum or STFW with a query resembling "hibernate +call stored proc" or similar. d. ---

Re: Call Oracle stored function using Hibernate

2007-09-12 Thread Antonio Petrelli
2007/9/12, GEDA <[EMAIL PROTECTED]>: > > > Hi. I am using Spring, Struts 2, Hibernate and Oracle as DB. Until now > everything worked ok since I only needed full entity objects but now I > have > to call some stored functions from the DB using the hibernate api. Until > now > I have used the follow