public class NativeHistoricVariableInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> implements NativeHistoricVariableInstanceQuery
BaseNativeQuery.ResultType| Modifier and Type | Field and Description |
|---|---|
protected VariableServiceConfiguration |
variableServiceConfiguration |
commandContext, commandExecutorfirstResult, maxResults, parameters, resultType, sqlStatement| Constructor and Description |
|---|
NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext,
VariableServiceConfiguration variableServiceConfiguration) |
NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor,
VariableServiceConfiguration variableServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricVariableInstance> |
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, sqlprotected VariableServiceConfiguration variableServiceConfiguration
public NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration)
public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
public List<HistoricVariableInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>Copyright © 2022 Flowable. All rights reserved.