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