Package org.flowable.dmn.engine.impl.cmd
Class ExecuteCustomSqlCmd<Mapper,ResultType>
java.lang.Object
org.flowable.dmn.engine.impl.cmd.ExecuteCustomSqlCmd<Mapper,ResultType>
- All Implemented Interfaces:
Command<ResultType>
- Author:
- jbarrez
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecuteCustomSqlCmd
(Class<Mapper> mapperClass, CustomSqlExecution<Mapper, ResultType> customSqlExecution) -
Method Summary
-
Field Details
-
mapperClass
-
customSqlExecution
-
-
Constructor Details
-
ExecuteCustomSqlCmd
public ExecuteCustomSqlCmd(Class<Mapper> mapperClass, CustomSqlExecution<Mapper, ResultType> customSqlExecution)
-
-
Method Details