public class NativeProcessDefinitionQueryImpl extends AbstractNativeQuery<NativeProcessDefinitionQuery,ProcessDefinition> implements NativeProcessDefinitionQuery
BaseNativeQuery.ResultTypecommandContext, commandExecutorfirstResult, maxResults, parameters, resultType, sqlStatement| Constructor and Description |
|---|
NativeProcessDefinitionQueryImpl(CommandContext commandContext) |
NativeProcessDefinitionQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<ProcessDefinition> |
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, sqlpublic NativeProcessDefinitionQueryImpl(CommandContext commandContext)
public NativeProcessDefinitionQueryImpl(CommandExecutor commandExecutor)
public List<ProcessDefinition> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class AbstractNativeQuery<NativeProcessDefinitionQuery,ProcessDefinition>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeProcessDefinitionQuery,ProcessDefinition>Copyright © 2020 Flowable. All rights reserved.