Package org.flowable.dmn.api
Interface NativeDmnDeploymentQuery
- All Superinterfaces:
NativeQuery<NativeDmnDeploymentQuery,
DmnDeployment>
- All Known Implementing Classes:
NativeDmnDeploymentQueryImpl
public interface NativeDmnDeploymentQuery
extends NativeQuery<NativeDmnDeploymentQuery,DmnDeployment>
Allows querying of
DmnDeployment
s via native (SQL) queries- Author:
- Tijs Rademakers
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql