public class NativeProcessInstanceQueryImpl extends AbstractNativeQuery<NativeProcessInstanceQuery,ProcessInstance> implements NativeProcessInstanceQuery
BaseNativeQuery.ResultType
commandContext, commandExecutor
firstResult, maxResults, parameters, resultType, sqlStatement
Constructor and Description |
---|
NativeProcessInstanceQueryImpl(CommandContext commandContext) |
NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<ProcessInstance> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql
generateParameterMap, getParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, list, listPage, parameter, singleResult, sql
public NativeProcessInstanceQueryImpl(CommandContext commandContext)
public NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor)
public List<ProcessInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList
in class AbstractNativeQuery<NativeProcessInstanceQuery,ProcessInstance>
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount
in class AbstractNativeQuery<NativeProcessInstanceQuery,ProcessInstance>
Copyright © 2021 Flowable. All rights reserved.