public class NativeHistoricVariableInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> implements NativeHistoricVariableInstanceQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
Constructor and Description |
---|
NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext) |
NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricVariableInstance> |
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 NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
public List<HistoricVariableInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQuery
executeList
in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount
in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
Copyright © 2016 Flowable. All rights reserved.