Package org.flowable.engine.impl
Class NativeExecutionQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
-
- org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeExecutionQuery,Execution>
-
- org.flowable.engine.impl.NativeExecutionQueryImpl
-
- All Implemented Interfaces:
Serializable,NativeQuery<NativeExecutionQuery,Execution>,Command<Object>,NativeExecutionQuery
public class NativeExecutionQueryImpl extends AbstractNativeQuery<NativeExecutionQuery,Execution> implements NativeExecutionQuery
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
BaseNativeQuery.ResultType
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement
-
-
Constructor Summary
Constructors Constructor Description NativeExecutionQueryImpl(CommandContext commandContext)NativeExecutionQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(CommandContext commandContext, Map<String,Object> parameterMap)List<Execution>executeList(CommandContext commandContext, Map<String,Object> parameterMap)-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql
-
Methods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
generateParameterMap, getParameters
-
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.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-
-
-
Constructor Detail
-
NativeExecutionQueryImpl
public NativeExecutionQueryImpl(CommandContext commandContext)
-
NativeExecutionQueryImpl
public NativeExecutionQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeList
public List<Execution> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeListin classAbstractNativeQuery<NativeExecutionQuery,Execution>
-
executeCount
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeCountin classAbstractNativeQuery<NativeExecutionQuery,Execution>
-
-