Hibernate version: 3.0
Hi,
I'm having a stored procedure which is having both IN and OUT parameters. I'm getting the connection from hibernate session and creating CallableStatement for the stored procedure.
I'm able to set IN paramters but unable to register OUT parametes.
Ex: stmt.registerOutParameter(returnMessage,4);
It is throwing "Unsupported Feature"
Is this not supported by Hibernate?
But we are actually getting the connection and doing it in JDBC style.
If any one is successful in doing this, can you please reply the same how it was done.
Thanks in Advance,
Zombie
_________________ Catch me if you Can
|