Uses of Class
org.camunda.bpm.engine.impl.AbstractNativeQuery
-
Packages that use AbstractNativeQuery Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. -
-
Uses of AbstractNativeQuery in org.camunda.bpm.engine.impl
Subclasses of AbstractNativeQuery in org.camunda.bpm.engine.impl Modifier and Type Class Description class
NativeExecutionQueryImpl
class
NativeHistoricActivityInstanceQueryImpl
class
NativeHistoricCaseActivityInstanceQueryImpl
class
NativeHistoricCaseInstanceQueryImpl
class
NativeHistoricProcessInstanceQueryImpl
class
NativeHistoricTaskInstanceQueryImpl
class
NativeHistoricVariableInstanceQueryImpl
class
NativeHistoryDecisionInstanceQueryImpl
class
NativeProcessInstanceQueryImpl
class
NativeTaskQueryImpl
class
NativeUserQueryImpl
Methods in org.camunda.bpm.engine.impl that return AbstractNativeQuery Modifier and Type Method Description AbstractNativeQuery<T,U>
AbstractNativeQuery. setCommandExecutor(CommandExecutor commandExecutor)
-