Package org.activiti.engine.impl.cmd
Class AbstractCustomSqlExecution<Mapper,ResultType>
- java.lang.Object
-
- org.activiti.engine.impl.cmd.AbstractCustomSqlExecution<Mapper,ResultType>
-
- All Implemented Interfaces:
CustomSqlExecution<Mapper,ResultType>
public abstract class AbstractCustomSqlExecution<Mapper,ResultType> extends java.lang.Object implements CustomSqlExecution<Mapper,ResultType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Class<Mapper>mapperClass
-
Constructor Summary
Constructors Constructor Description AbstractCustomSqlExecution(java.lang.Class<Mapper> mapperClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<Mapper>getMapperClass()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.impl.cmd.CustomSqlExecution
execute
-
-
-
-
Field Detail
-
mapperClass
protected java.lang.Class<Mapper> mapperClass
-
-
Constructor Detail
-
AbstractCustomSqlExecution
public AbstractCustomSqlExecution(java.lang.Class<Mapper> mapperClass)
-
-
Method Detail
-
getMapperClass
public java.lang.Class<Mapper> getMapperClass()
- Specified by:
getMapperClassin interfaceCustomSqlExecution<Mapper,ResultType>
-
-