public class NativeHistoricTaskLogEntryQueryImpl extends AbstractNativeQuery<NativeHistoricTaskLogEntryQuery,HistoricTaskLogEntry> implements NativeHistoricTaskLogEntryQuery
BaseNativeQuery.ResultTypecommandContext, commandExecutorfirstResult, maxResults, parameters, resultType, sqlStatement| Constructor and Description |
|---|
NativeHistoricTaskLogEntryQueryImpl(CommandContext commandContext) |
NativeHistoricTaskLogEntryQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricTaskLogEntry> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap)
Executes the actual query to retrieve the list of results.
|
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql__generateParameterMap, generateParameterMap, getParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, parameter, singleResult, sqlpublic NativeHistoricTaskLogEntryQueryImpl(CommandContext commandContext)
public NativeHistoricTaskLogEntryQueryImpl(CommandExecutor commandExecutor)
public List<HistoricTaskLogEntry> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
AbstractNativeQueryexecuteList in class AbstractNativeQuery<NativeHistoricTaskLogEntryQuery,HistoricTaskLogEntry>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeHistoricTaskLogEntryQuery,HistoricTaskLogEntry>Copyright © 2019 Flowable. All rights reserved.