Package org.activiti.engine.impl
Class NativeModelQueryImpl
- java.lang.Object
-
- org.activiti.engine.impl.AbstractNativeQuery<NativeModelQuery,Model>
-
- org.activiti.engine.impl.NativeModelQueryImpl
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Object>,NativeQuery<NativeModelQuery,Model>,NativeModelQuery
public class NativeModelQueryImpl extends AbstractNativeQuery<NativeModelQuery,Model> implements NativeModelQuery
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.AbstractNativeQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
-
-
Constructor Summary
Constructors Constructor Description NativeModelQueryImpl(CommandContext commandContext)NativeModelQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<Model>executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)Executes the actual query to retrieve the list of results.-
Methods inherited from class org.activiti.engine.impl.AbstractNativeQuery
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-
-
-
Constructor Detail
-
NativeModelQueryImpl
public NativeModelQueryImpl(CommandContext commandContext)
-
NativeModelQueryImpl
public NativeModelQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeList
public java.util.List<Model> executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)
Description copied from class:AbstractNativeQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractNativeQuery<NativeModelQuery,Model>
-
executeCount
public long executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
- Specified by:
executeCountin classAbstractNativeQuery<NativeModelQuery,Model>
-
-