public class NativeHistoricTaskInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance> implements NativeHistoricTaskInstanceQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
Constructor and Description |
---|
NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext) |
NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricTaskInstance> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
Executes the actual query to retrieve the list of results.
|
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, list, listPage, parameter, singleResult, sql
public NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext)
public NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
public List<HistoricTaskInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQuery
executeList
in class AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount
in class AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
Copyright © 2015. All rights reserved.