Interface DocumentDeploymentDataManager
- All Superinterfaces:
DataManager<DocumentDeploymentEntity>
- All Known Implementing Classes:
MybatisDocumentDeploymentDataManager
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionlongfindDeploymentCountByNativeQuery(Map<String, Object> parameterMap) longfindDeploymentCountByQueryCriteria(DocumentDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria(DocumentDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames(String deploymentId)
-
Method Details
-
findDeploymentCountByQueryCriteria
-
findDeploymentsByQueryCriteria
List<DocumentDeployment> findDeploymentsByQueryCriteria(DocumentDeploymentQueryImpl deploymentQuery) -
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-