Package org.camunda.bpm.engine.runtime
Interface NativeExecutionQuery
-
- All Superinterfaces:
NativeQuery<NativeExecutionQuery,Execution>
- All Known Implementing Classes:
NativeExecutionQueryImpl
public interface NativeExecutionQuery extends NativeQuery<NativeExecutionQuery,Execution>
Allows querying ofExecution
s via native (SQL) queries- Author:
- Bernd Ruecker (camunda)
-
-
Method Summary
-
Methods inherited from interface org.camunda.bpm.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-