Package org.activiti.engine.impl.cmd
Class ExecuteCustomSqlCmd<Mapper,ResultType>
- java.lang.Object
-
- org.activiti.engine.impl.cmd.ExecuteCustomSqlCmd<Mapper,ResultType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomSqlExecution<Mapper,ResultType>customSqlExecutionprotected java.lang.Class<Mapper>mapperClass
-
Constructor Summary
Constructors Constructor Description ExecuteCustomSqlCmd(java.lang.Class<Mapper> mapperClass, CustomSqlExecution<Mapper,ResultType> customSqlExecution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultTypeexecute(CommandContext commandContext)
-
-
-
Field Detail
-
mapperClass
protected java.lang.Class<Mapper> mapperClass
-
customSqlExecution
protected CustomSqlExecution<Mapper,ResultType> customSqlExecution
-
-
Constructor Detail
-
ExecuteCustomSqlCmd
public ExecuteCustomSqlCmd(java.lang.Class<Mapper> mapperClass, CustomSqlExecution<Mapper,ResultType> customSqlExecution)
-
-
Method Detail
-
execute
public ResultType execute(CommandContext commandContext)
-
-