Package org.activiti.engine.runtime
Interface NativeExecutionQuery
-
- All Superinterfaces:
NativeQuery<NativeExecutionQuery,Execution>
- All Known Implementing Classes:
NativeExecutionQueryImpl
@Internal public interface NativeExecutionQuery extends NativeQuery<NativeExecutionQuery,Execution>
Allows querying ofExecutions via native (SQL) queries
-
-
Method Summary
-
Methods inherited from interface org.activiti.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-