Tag Archives: Functions

Question: How do I invoke stored procedures/functions using Hibernate?


It’s possible, but not quite easy. If you’re using Spring framework in your project, I’d strongly recommend that you have a look at Spring JDBC and consider it in place of Hibernate atleast for this specific scenario. You’ve got wonderful support there for stored procedures/functions. Well, if you still insist on going ahead with Hibernate/you […]