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