JPA with stored procedure.
843830Oct 5 2007 — edited Jan 7 2008Hello
How can I call a stored procedure from JPA?! I know it's possible using createNativeQuery("name_stored_procedur"), but I don't know how register register output parameters. So if there is a way to I get the JDBC Connection I could resolve the problem.
Does someone have make it?
thanks