Package org.flowable.engine.repository
Interface NativeDeploymentQuery
-
- All Superinterfaces:
NativeQuery<NativeDeploymentQuery,Deployment>
- All Known Implementing Classes:
NativeDeploymentQueryImpl
public interface NativeDeploymentQuery extends NativeQuery<NativeDeploymentQuery,Deployment>
Allows querying ofDeployments 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
-
-