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