Package org.activiti.engine.repository
Interface NativeDeploymentQuery
- All Superinterfaces:
NativeQuery<NativeDeploymentQuery,Deployment>
- All Known Implementing Classes:
NativeDeploymentQueryImpl
@Internal
public interface NativeDeploymentQuery
extends NativeQuery<NativeDeploymentQuery,Deployment>
Allows querying of
Deployments via native (SQL) queries-
Method Summary
Methods inherited from interface org.activiti.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql