接口 org.activiti.engine.query.NativeQuery
的使用

使用 NativeQuery 的软件包
org.activiti.engine.history Classes related to the HistoryService
org.activiti.engine.identity classes related to the IdentityService
org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.activiti.engine.query Classes related to the querying entities in the engine. 
org.activiti.engine.repository Classes related to the RepositoryService
org.activiti.engine.runtime Classes related to the RuntimeService
org.activiti.engine.task Classes related to the TaskService
 

org.activiti.engine.historyNativeQuery 的使用
 

org.activiti.engine.historyNativeQuery 的子接口
 interface NativeHistoricActivityInstanceQuery
          Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
 interface NativeHistoricDetailQuery
          Allows querying of HistoricDetails via native (SQL) queries
 interface NativeHistoricProcessInstanceQuery
          Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
 interface NativeHistoricTaskInstanceQuery
          Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
 interface NativeHistoricVariableInstanceQuery
          Allows querying of HistoricVariableInstances via native (SQL) queries
 

org.activiti.engine.identityNativeQuery 的使用
 

org.activiti.engine.identityNativeQuery 的子接口
 interface NativeGroupQuery
          Allows querying of Groups via native (SQL) queries
 interface NativeUserQuery
          Allows querying of Users via native (SQL) queries
 

org.activiti.engine.implNativeQuery 的使用
 

类型参数类型为 NativeQueryorg.activiti.engine.impl 中的类
 class AbstractNativeQuery<T extends NativeQuery<?,?>,U>
          Abstract superclass for all native query types.
 

实现 NativeQueryorg.activiti.engine.impl 中的类
 class AbstractNativeQuery<T extends NativeQuery<?,?>,U>
          Abstract superclass for all native query types.
 class NativeDeploymentQueryImpl
           
 class NativeExecutionQueryImpl
           
 class NativeGroupQueryImpl
           
 class NativeHistoricActivityInstanceQueryImpl
           
 class NativeHistoricDetailQueryImpl
           
 class NativeHistoricProcessInstanceQueryImpl
           
 class NativeHistoricTaskInstanceQueryImpl
           
 class NativeHistoricVariableInstanceQueryImpl
           
 class NativeModelQueryImpl
           
 class NativeProcessDefinitionQueryImpl
           
 class NativeProcessInstanceQueryImpl
           
 class NativeTaskQueryImpl
           
 class NativeUserQueryImpl
           
 

org.activiti.engine.queryNativeQuery 的使用
 

类型参数类型为 NativeQueryorg.activiti.engine.query 中的类
 interface NativeQuery<T extends NativeQuery<?,?>,U>
          Describes basic methods for doing native queries
 

org.activiti.engine.repositoryNativeQuery 的使用
 

org.activiti.engine.repositoryNativeQuery 的子接口
 interface NativeDeploymentQuery
          Allows querying of Deployments via native (SQL) queries
 interface NativeModelQuery
          Allows querying of Models via native (SQL) queries
 interface NativeProcessDefinitionQuery
          Allows querying of ProcessDefinitions via native (SQL) queries
 

org.activiti.engine.runtimeNativeQuery 的使用
 

org.activiti.engine.runtimeNativeQuery 的子接口
 interface NativeExecutionQuery
          Allows querying of Executions via native (SQL) queries
 interface NativeProcessInstanceQuery
          Allows querying of ProcessInstances via native (SQL) queries
 

org.activiti.engine.taskNativeQuery 的使用
 

org.activiti.engine.taskNativeQuery 的子接口
 interface NativeTaskQuery
          Allows querying of Tasks via native (SQL) queries
 



Copyright © 2013 Alfresco. All rights reserved.