public class MybatisActionDeploymentDataManager extends org.flowable.common.engine.impl.db.AbstractDataManager<ActionDeploymentEntity> implements ActionDeploymentDataManager
| Constructor and Description |
|---|
MybatisActionDeploymentDataManager() |
| Modifier and Type | Method and Description |
|---|---|
ActionDeploymentEntity |
create() |
long |
findDeploymentCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) |
List<ActionDeployment> |
findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<ActionDeployment> |
findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) |
List<String> |
getDeploymentResourceNames(String deploymentId) |
Class<? extends ActionDeploymentEntity> |
getManagedEntityClass() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updatepublic Class<? extends ActionDeploymentEntity> getManagedEntityClass()
getManagedEntityClass in class org.flowable.common.engine.impl.db.AbstractDataManager<ActionDeploymentEntity>public ActionDeploymentEntity create()
create in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager<ActionDeploymentEntity>public long findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
findDeploymentCountByQueryCriteria in interface ActionDeploymentDataManagerpublic List<ActionDeployment> findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
findDeploymentsByQueryCriteria in interface ActionDeploymentDataManagerpublic List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames in interface ActionDeploymentDataManagerpublic List<ActionDeployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
findDeploymentsByNativeQuery in interface ActionDeploymentDataManagerpublic long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)
findDeploymentCountByNativeQuery in interface ActionDeploymentDataManagerCopyright © 2019. All rights reserved.