Interface Executor
- All Known Implementing Classes:
ExecutorWrapper,GlobalTransformerExecutorWrapper,MultiRowSimpleTypeExecutor,MultiRowTypeMapperExecutor,SingleRowCustomMapperExecutor,SingleRowSimpleTypeExecutor,SingleRowTypeMapperExecutor,ValidationExecutorWrapper
public interface Executor
- Author:
- jmussler
-
Method Summary
Modifier and TypeMethodDescriptionexecuteSProc(DataSource ds, String sql, Object[] args, int[] types, InvocationContext invocationContext, Class<?> returnType)
-
Method Details
-
executeSProc
Object executeSProc(DataSource ds, String sql, Object[] args, int[] types, InvocationContext invocationContext, Class<?> returnType)
-