org.activiti.engine.impl
类 NativeHistoricDetailQueryImpl

java.lang.Object
  继承者 org.activiti.engine.impl.AbstractNativeQuery<NativeHistoricDetailQuery,HistoricDetail>
      继承者 org.activiti.engine.impl.NativeHistoricDetailQueryImpl
所有已实现的接口:
Serializable, NativeHistoricDetailQuery, Command<Object>, NativeQuery<NativeHistoricDetailQuery,HistoricDetail>

public class NativeHistoricDetailQueryImpl
extends AbstractNativeQuery<NativeHistoricDetailQuery,HistoricDetail>
implements NativeHistoricDetailQuery

另请参见:
序列化表格

字段摘要
 
从类 org.activiti.engine.impl.AbstractNativeQuery 继承的字段
commandContext, commandExecutor, firstResult, maxResults, resultType
 
构造方法摘要
NativeHistoricDetailQueryImpl(CommandContext commandContext)
           
NativeHistoricDetailQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
 long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
           
 List<HistoricDetail> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
          Executes the actual query to retrieve the list of results.
 
从类 org.activiti.engine.impl.AbstractNativeQuery 继承的方法
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.query.NativeQuery 继承的方法
count, list, listPage, parameter, singleResult, sql
 

构造方法详细信息

NativeHistoricDetailQueryImpl

public NativeHistoricDetailQueryImpl(CommandContext commandContext)

NativeHistoricDetailQueryImpl

public NativeHistoricDetailQueryImpl(CommandExecutor commandExecutor)
方法详细信息

executeList

public List<HistoricDetail> executeList(CommandContext commandContext,
                                        Map<String,Object> parameterMap,
                                        int firstResult,
                                        int maxResults)
从类 AbstractNativeQuery 复制的描述
Executes the actual query to retrieve the list of results.

指定者:
AbstractNativeQuery<NativeHistoricDetailQuery,HistoricDetail> 中的 executeList

executeCount

public long executeCount(CommandContext commandContext,
                         Map<String,Object> parameterMap)
指定者:
AbstractNativeQuery<NativeHistoricDetailQuery,HistoricDetail> 中的 executeCount


Copyright © 2013 Alfresco. All rights reserved.