Try using TypeHandler.
I can't say it will work, since I don't use any for store
procedures. But it does work well in sql statements.
Christian
From: Binu Andrews [mailto:[EMAIL PROTECTED]
Sent: Thursday, 15 June 2006 06:33
To: [email protected]
Subject: Running Stored Procedure using IBatis
hai all,
im using Ibatis for my data access operations. i want to invoke stored
functions in oracle using ibatis. but these stored functions are using user
defined data types as input and output parameters.
is there any way to handle this issue.
im using classes which are created using j publisher for mapping these data
types.
these classes are implementing ORAData and ORADataFactory
binu
