public class NativeHistoricTaskInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance> implements NativeHistoricTaskInstanceQuery
BaseNativeQuery.ResultTypecommandContext, commandExecutorfirstResult, maxResults, parameters, resultType, sqlStatement| Constructor and Description |
|---|
NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext) |
NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricTaskInstance> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sqlgenerateParameterMap, getParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, parameter, singleResult, sqlpublic NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext)
public NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
public List<HistoricTaskInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>Copyright © 2020 Flowable. All rights reserved.