Interface ActionDeploymentDataManager
- All Superinterfaces:
DataManager<ActionDeploymentEntity>
- All Known Implementing Classes:
MybatisActionDeploymentDataManager
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionlong
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames
(String deploymentId)
-
Method Details
-
findDeploymentCountByQueryCriteria
-
findDeploymentsByQueryCriteria
-
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-