public class NativeHistoryDecisionInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance> implements NativeHistoricDecisionInstanceQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
Constructor and Description |
---|
NativeHistoryDecisionInstanceQueryImpl(CommandContext commandContext) |
NativeHistoryDecisionInstanceQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricDecisionInstance> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
Executes the actual query to retrieve the list of results.
|
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, list, listPage, parameter, singleResult, sql
public NativeHistoryDecisionInstanceQueryImpl(CommandContext commandContext)
public NativeHistoryDecisionInstanceQueryImpl(CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount
in class AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>
public List<HistoricDecisionInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQuery
executeList
in class AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>
Copyright © 2022. All rights reserved.