Package org.activiti.engine.impl.cmd
Interface CustomSqlExecution<Mapper,ResultType>
-
- All Known Implementing Classes:
AbstractCustomSqlExecution
@Internal public interface CustomSqlExecution<Mapper,ResultType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultTypeexecute(Mapper mapper)java.lang.Class<Mapper>getMapperClass()
-
-
-
Method Detail
-
getMapperClass
java.lang.Class<Mapper> getMapperClass()
-
execute
ResultType execute(Mapper mapper)
-
-