Interface PlatformDeploymentEntityManager
- All Superinterfaces:
EntityManager<PlatformDeploymentEntity>
- All Known Implementing Classes:
PlatformDeploymentEntityManagerImpl
- Author:
- Yvo Swillens
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDeployment
(String deploymentId) long
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(PlatformDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(PlatformDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames
(String deploymentId)
-
Method Details
-
findDeploymentsByQueryCriteria
List<PlatformDeployment> findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) -
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-
findDeploymentCountByQueryCriteria
-
createPlatformDeploymentQuery
PlatformDeploymentQuery createPlatformDeploymentQuery() -
deleteDeployment
-