Uses of Interface
org.camunda.bpm.engine.query.NativeQuery

Packages that use NativeQuery
org.camunda.bpm.engine.history Classes related to the HistoryService
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.query Classes related to the querying entities in the engine. 
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
org.camunda.bpm.engine.task Classes related to the TaskService
 

Uses of NativeQuery in org.camunda.bpm.engine.history
 

Subinterfaces of NativeQuery in org.camunda.bpm.engine.history
 interface NativeHistoricActivityInstanceQuery
          Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
 interface NativeHistoricCaseActivityInstanceQuery
          Allows querying of HistoricCaseActivityInstances via native (SQL) queries
 interface NativeHistoricCaseInstanceQuery
          Allows querying of HistoricCaseInstances via native (SQL) queries
 interface NativeHistoricProcessInstanceQuery
          Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
 interface NativeHistoricTaskInstanceQuery
          Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
 

Uses of NativeQuery in org.camunda.bpm.engine.impl
 

Classes in org.camunda.bpm.engine.impl with type parameters of type NativeQuery
 class AbstractNativeQuery<T extends NativeQuery<?,?>,U>
          Abstract superclass for all native query types.
 

Classes in org.camunda.bpm.engine.impl that implement NativeQuery
 class AbstractNativeQuery<T extends NativeQuery<?,?>,U>
          Abstract superclass for all native query types.
 class NativeExecutionQueryImpl
           
 class NativeHistoricActivityInstanceQueryImpl
           
 class NativeHistoricCaseActivityInstanceQueryImpl
           
 class NativeHistoricCaseInstanceQueryImpl
           
 class NativeHistoricProcessInstanceQueryImpl
           
 class NativeHistoricTaskInstanceQueryImpl
           
 class NativeProcessInstanceQueryImpl
           
 class NativeTaskQueryImpl
           
 

Uses of NativeQuery in org.camunda.bpm.engine.query
 

Classes in org.camunda.bpm.engine.query with type parameters of type NativeQuery
 interface NativeQuery<T extends NativeQuery<?,?>,U>
          Describes basic methods for doing native queries
 

Uses of NativeQuery in org.camunda.bpm.engine.runtime
 

Subinterfaces of NativeQuery in org.camunda.bpm.engine.runtime
 interface NativeExecutionQuery
          Allows querying of Executions via native (SQL) queries
 interface NativeProcessInstanceQuery
          Allows querying of ProcessInstances via native (SQL) queries
 

Uses of NativeQuery in org.camunda.bpm.engine.task
 

Subinterfaces of NativeQuery in org.camunda.bpm.engine.task
 interface NativeTaskQuery
          Allows querying of Tasks via native (SQL) queries
 



Copyright © 2015 camunda services GmbH. All rights reserved.