Package org.flowable.engine.history
Interface NativeHistoricDetailQuery
-
- All Superinterfaces:
NativeQuery<NativeHistoricDetailQuery,HistoricDetail>
- All Known Implementing Classes:
NativeHistoricDetailQueryImpl
public interface NativeHistoricDetailQuery extends NativeQuery<NativeHistoricDetailQuery,HistoricDetail>
Allows querying ofHistoricDetails via native (SQL) queries- Author:
- Henry Yan(http://www.kafeitu.me)
-
-
Method Summary
-
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-