Package org.flowable.engine.impl.cmd
Class AbstractCustomSqlExecution<Mapper,ResultType>
java.lang.Object
org.flowable.engine.impl.cmd.AbstractCustomSqlExecution<Mapper,ResultType>
- All Implemented Interfaces:
CustomSqlExecution<Mapper,
ResultType>
public abstract class AbstractCustomSqlExecution<Mapper,ResultType>
extends Object
implements CustomSqlExecution<Mapper,ResultType>
- Author:
- jbarrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.cmd.CustomSqlExecution
execute
-
Field Details
-
mapperClass
-
-
Constructor Details
-
AbstractCustomSqlExecution
-
-
Method Details
-
getMapperClass
- Specified by:
getMapperClass
in interfaceCustomSqlExecution<Mapper,
ResultType>
-