Package org.camunda.bpm.engine.impl
Class NativeUserQueryImpl
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeUserQuery,User>
 - 
- org.camunda.bpm.engine.impl.NativeUserQueryImpl
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,NativeUserQuery,Command<java.lang.Object>,NativeQuery<NativeUserQuery,User>
public class NativeUserQueryImpl extends AbstractNativeQuery<NativeUserQuery,User> implements NativeUserQuery
- Author:
 - Svetlana Dorokhova
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuery
commandContext, commandExecutor, firstResult, maxResults, resultType 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NativeUserQueryImpl(CommandContext commandContext)NativeUserQueryImpl(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<User>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.camunda.bpm.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.camunda.bpm.engine.impl.interceptor.Command
isRetryable 
- 
Methods inherited from interface org.camunda.bpm.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NativeUserQueryImpl
public NativeUserQueryImpl(CommandContext commandContext)
 
- 
NativeUserQueryImpl
public NativeUserQueryImpl(CommandExecutor commandExecutor)
 
 - 
 
- 
Method Detail
- 
executeList
public java.util.List<User> 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<NativeUserQuery,User>
 
- 
executeCount
public long executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
- Specified by:
 executeCountin classAbstractNativeQuery<NativeUserQuery,User>
 
 - 
 
 -