Package org.flowable.engine.repository
Interface NativeModelQuery
-
- All Superinterfaces:
NativeQuery<NativeModelQuery,Model>
- All Known Implementing Classes:
NativeModelQueryImpl
public interface NativeModelQuery extends NativeQuery<NativeModelQuery,Model>
Allows querying ofModels 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
-
-