Package org.flowable.engine.impl
Class NativeExecutionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeExecutionQuery,Execution>
org.flowable.engine.impl.NativeExecutionQueryImpl
- All Implemented Interfaces:
Serializable,NativeQuery<NativeExecutionQuery,,Execution> Command<Object>,NativeExecutionQuery
public class NativeExecutionQueryImpl
extends AbstractNativeQuery<NativeExecutionQuery,Execution>
implements NativeExecutionQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
BaseNativeQuery.ResultType -
Field Summary
Fields inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement -
Constructor Summary
ConstructorsConstructorDescriptionNativeExecutionQueryImpl(CommandContext commandContext) NativeExecutionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(CommandContext commandContext, Map<String, Object> parameterMap) executeList(CommandContext commandContext, Map<String, Object> parameterMap) Executes the actual query to retrieve the list of results.Methods inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sqlMethods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
generateParameterMap, getParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
Constructor Details
-
NativeExecutionQueryImpl
-
NativeExecutionQueryImpl
-
-
Method Details
-
executeList
Description copied from class:AbstractNativeQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractNativeQuery<NativeExecutionQuery,Execution>
-
executeCount
- Specified by:
executeCountin classAbstractNativeQuery<NativeExecutionQuery,Execution>
-