Uses of Interface
org.activiti.engine.query.NativeQuery
Packages that use NativeQuery
Package
Description
-
Uses of NativeQuery in org.activiti.engine.history
Subinterfaces of NativeQuery in org.activiti.engine.historyModifier and TypeInterfaceDescriptioninterfaceAllows querying ofHistoricActivityInstanceQuerys via native (SQL) queriesinterfaceAllows querying ofHistoricDetails via native (SQL) queriesinterfaceAllows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesinterfaceAllows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesinterfaceAllows querying ofHistoricVariableInstances via native (SQL) queries -
Uses of NativeQuery in org.activiti.engine.impl
Classes in org.activiti.engine.impl with type parameters of type NativeQueryModifier and TypeClassDescriptionclassAbstractNativeQuery<T extends NativeQuery<?,?>, U> Abstract superclass for all native query types.Classes in org.activiti.engine.impl that implement NativeQueryModifier and TypeClassDescriptionclassAbstractNativeQuery<T extends NativeQuery<?,?>, U> Abstract superclass for all native query types.classclassclassclassclassclassclassclassclassclassclass -
Uses of NativeQuery in org.activiti.engine.query
Classes in org.activiti.engine.query with type parameters of type NativeQueryModifier and TypeInterfaceDescriptioninterfaceNativeQuery<T extends NativeQuery<?,?>, U> Describes basic methods for doing native queries -
Uses of NativeQuery in org.activiti.engine.repository
Subinterfaces of NativeQuery in org.activiti.engine.repositoryModifier and TypeInterfaceDescriptioninterfaceAllows querying ofDeployments via native (SQL) queriesinterfaceAllows querying ofModels via native (SQL) queriesinterfaceAllows querying ofProcessDefinitions via native (SQL) queries -
Uses of NativeQuery in org.activiti.engine.runtime
Subinterfaces of NativeQuery in org.activiti.engine.runtimeModifier and TypeInterfaceDescriptioninterfaceAllows querying ofExecutions via native (SQL) queriesinterfaceAllows querying ofProcessInstances via native (SQL) queries -
Uses of NativeQuery in org.activiti.engine.task
Subinterfaces of NativeQuery in org.activiti.engine.task