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