Class SingleRowCustomMapperExecutor
java.lang.Object
org.zalando.sprocwrapper.proxy.executors.SingleRowCustomMapperExecutor
- All Implemented Interfaces:
Executor
- Author:
- hjacobs
-
Constructor Summary
ConstructorsConstructorDescriptionSingleRowCustomMapperExecutor(org.springframework.jdbc.core.RowMapper<?> resultMapper) -
Method Summary
Modifier and TypeMethodDescriptionexecuteSProc(DataSource ds, String sql, Object[] args, int[] types, InvocationContext invocationContext, Class<?> returnType)
-
Constructor Details
-
SingleRowCustomMapperExecutor
public SingleRowCustomMapperExecutor(org.springframework.jdbc.core.RowMapper<?> resultMapper)
-
-
Method Details
-
executeSProc
public Object executeSProc(DataSource ds, String sql, Object[] args, int[] types, InvocationContext invocationContext, Class<?> returnType) - Specified by:
executeSProcin interfaceExecutor
-