Interface NativeProcessInstanceQuery
- All Superinterfaces:
NativeQuery<NativeProcessInstanceQuery, ProcessInstance>
- All Known Implementing Classes:
NativeProcessInstanceQueryImpl
public interface NativeProcessInstanceQuery
extends NativeQuery<NativeProcessInstanceQuery, ProcessInstance>
Allows querying of
ProcessInstances via native (SQL) queries- Author:
- Bernd Ruecker (camunda)
-
Method Summary
Methods inherited from interface NativeQuery
count, list, listPage, parameter, singleResult, sql