stored-procedure-proxy
stored-procedure-proxy copied to clipboard
A more convenient and type safe way to call stored procedures from Java.
The following this should work for input arguments for arrays ```java interface CoolList extends List ``` ```java interface CoolList extends List ``` ```java interface CoolList extends List ```
Investigate if "return" or "result" or "returnval" can be used as named parameter for functions.
Every in parameter registration checks for call resource, this could be centralised.