public class NativeDecisionTableQueryImpl extends AbstractNativeQuery<NativeDecisionTableQuery,DmnDecisionTable> implements NativeDecisionTableQuery
BaseNativeQuery.ResultTypecommandContext, commandExecutorfirstResult, maxResults, parameters, resultType, sqlStatement| 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) |
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 NativeDecisionTableQueryImpl(CommandContext commandContext)
public NativeDecisionTableQueryImpl(CommandExecutor commandExecutor)
public List<DmnDecisionTable> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class AbstractNativeQuery<NativeDecisionTableQuery,DmnDecisionTable>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeDecisionTableQuery,DmnDecisionTable>Copyright © 2019 Flowable. All rights reserved.