Interface PolicyDeploymentDataManager
- All Superinterfaces:
DataManager<PolicyDeploymentEntity>
- All Known Implementing Classes:
MybatisPolicyDeploymentDataManager
-
Method Summary
Modifier and TypeMethodDescriptionlongfindDeploymentCountByNativeQuery(Map<String, Object> parameterMap) longfindDeploymentCountByQueryCriteria(PolicyDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria(PolicyDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames(String deploymentId)
-
Method Details
-
findDeploymentCountByQueryCriteria
-
findDeploymentsByQueryCriteria
-
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-