How to use stored procedure or function in iBatis 3 (with annotation)
- by yjacket
I want to use Oracle stored procedure or function via 'iBATIS 3 for Java' with annotation.
But I can't find any sample codes.
Can anyone help me? I need a simple sample code.