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