Uses of Interface
org.camunda.bpm.engine.query.NativeQuery
Packages that use NativeQuery
Package
Description
Classes related to the
HistoryService
.classes related to the
IdentityService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the querying entities in the engine.
Classes related to the
RuntimeService
.Classes related to the
TaskService
.-
Uses of NativeQuery in org.camunda.bpm.engine.history
Subinterfaces of NativeQuery in org.camunda.bpm.engine.historyModifier and TypeInterfaceDescriptioninterface
Allows querying ofHistoricActivityInstanceQuery
s via native (SQL) queriesinterface
Allows querying ofHistoricCaseActivityInstance
s via native (SQL) queriesinterface
Allows querying ofHistoricCaseInstance
s via native (SQL) queriesinterface
Allows querying ofHistoricDecisionInstance
s via native (SQL) queries.interface
Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesinterface
Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesinterface
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 -
Uses of NativeQuery in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl with type parameters of type NativeQueryModifier and TypeClassDescriptionclass
AbstractNativeQuery<T extends NativeQuery<?,
?>, U> Abstract superclass for all native query types.Classes in org.camunda.bpm.engine.impl that implement NativeQueryModifier and TypeClassDescriptionclass
AbstractNativeQuery<T extends NativeQuery<?,
?>, U> Abstract superclass for all native query types.class
class
class
class
class
class
class
class
class
class
class
-
Uses of NativeQuery in org.camunda.bpm.engine.query
Classes in org.camunda.bpm.engine.query with type parameters of type NativeQueryModifier and TypeInterfaceDescriptioninterface
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.runtimeModifier and TypeInterfaceDescriptioninterface
Allows querying ofExecution
s via native (SQL) queriesinterface
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