Currently SimpleJdbcCall allows overriding the call string by overriding getCallString() but it would be great if there was a way to intercept the building of this string.
Not sure if there is a better way, but when using SimpleJdbcCall, if we want to use a oracle pipelined function we have to wrap the call into a table call.
Currently my PipelineEnabledSimpleJdbcCall has the implementation
It would be great if we had a buildQuery(Params... parameters) method that would allow me to build the call that i want without hacking it like i'm doing now. AbstractJdbcCall has some good logic that tells us which parameters are ignored and which ones aren't so it would be great if we could just send in the parameters that we really care about.
Alexandru-Constantin Bledea opened SPR-17065 and commented
Currently SimpleJdbcCall allows overriding the call string by overriding getCallString() but it would be great if there was a way to intercept the building of this string.
Not sure if there is a better way, but when using SimpleJdbcCall, if we want to use a oracle pipelined function we have to wrap the call into a table call.
Currently my PipelineEnabledSimpleJdbcCall has the implementation
It would be great if we had a buildQuery(Params... parameters) method that would allow me to build the call that i want without hacking it like i'm doing now. AbstractJdbcCall has some good logic that tells us which parameters are ignored and which ones aren't so it would be great if we could just send in the parameters that we really care about.
No further details from SPR-17065
The text was updated successfully, but these errors were encountered: