public class NativeDecisionTableQueryImpl extends AbstractNativeQuery<NativeDecisionTableQuery,DmnDecisionTable> implements NativeDecisionTableQuery
commandContext, commandExecutor, firstResult, maxResults, resultType| Constructor and Description |
|---|
NativeDecisionTableQueryImpl(CommandContext commandContext) |
NativeDecisionTableQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<DmnDecisionTable> |
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, sqlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, parameter, singleResult, sqlpublic NativeDecisionTableQueryImpl(CommandContext commandContext)
public NativeDecisionTableQueryImpl(CommandExecutor commandExecutor)
public List<DmnDecisionTable> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQueryexecuteList in class AbstractNativeQuery<NativeDecisionTableQuery,DmnDecisionTable>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeDecisionTableQuery,DmnDecisionTable>Copyright © 2017 Flowable. All rights reserved.