Uses of Interface
org.camunda.bpm.engine.query.NativeQuery
-
Packages that use NativeQuery Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.org.camunda.bpm.engine.identity classes related to theIdentityService
.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 theRuntimeService
.org.camunda.bpm.engine.task Classes related to theTaskService
. -
-
Uses of NativeQuery in org.camunda.bpm.engine.history
Subinterfaces of NativeQuery in org.camunda.bpm.engine.history Modifier and Type Interface Description interface
NativeHistoricActivityInstanceQuery
Allows querying ofHistoricActivityInstanceQuery
s via native (SQL) queriesinterface
NativeHistoricCaseActivityInstanceQuery
Allows querying ofHistoricCaseActivityInstance
s via native (SQL) queriesinterface
NativeHistoricCaseInstanceQuery
Allows querying ofHistoricCaseInstance
s via native (SQL) queriesinterface
NativeHistoricDecisionInstanceQuery
Allows querying ofHistoricDecisionInstance
s via native (SQL) queries.interface
NativeHistoricProcessInstanceQuery
Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesinterface
NativeHistoricTaskInstanceQuery
Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesinterface
NativeHistoricVariableInstanceQuery
Allows querying ofHistoricVariableInstanceQuery
s via native (SQL) queries -
Uses of NativeQuery in org.camunda.bpm.engine.identity
Subinterfaces of NativeQuery in org.camunda.bpm.engine.identity Modifier and Type Interface Description interface
NativeUserQuery
Allows querying ofUser
s 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 Modifier and Type Class Description class
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.Classes in org.camunda.bpm.engine.impl that implement NativeQuery Modifier and Type Class Description 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
NativeHistoricVariableInstanceQueryImpl
class
NativeHistoryDecisionInstanceQueryImpl
class
NativeProcessInstanceQueryImpl
class
NativeTaskQueryImpl
class
NativeUserQueryImpl
-
Uses of NativeQuery in org.camunda.bpm.engine.query
Classes in org.camunda.bpm.engine.query with type parameters of type NativeQuery Modifier and Type Interface Description 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 Modifier and Type Interface Description interface
NativeExecutionQuery
Allows querying ofExecution
s via native (SQL) queriesinterface
NativeProcessInstanceQuery
Allows querying ofProcessInstance
s via native (SQL) queries -
Uses of NativeQuery in org.camunda.bpm.engine.task
Subinterfaces of NativeQuery in org.camunda.bpm.engine.task Modifier and Type Interface Description interface
NativeTaskQuery
Allows querying ofTask
s via native (SQL) queries
-