public class NativeHistoricActivityInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance> implements NativeHistoricActivityInstanceQuery
BaseNativeQuery.ResultTypecommandContext, commandExecutorfirstResult, maxResults, parameters, resultType, sqlStatement| Constructor and Description |
|---|
NativeHistoricActivityInstanceQueryImpl(CommandContext commandContext) |
NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricActivityInstance> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql__generateParameterMap, generateParameterMap, getParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, parameter, singleResult, sqlpublic NativeHistoricActivityInstanceQueryImpl(CommandContext commandContext)
public NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor)
public List<HistoricActivityInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance>Copyright © 2017 Flowable. All rights reserved.