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