Class MybatisHistoricDecisionExecutionDataManager
- java.lang.Object
-
- org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
-
- org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDmnDataManager<HistoricDecisionExecutionEntity>
-
- org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisHistoricDecisionExecutionDataManager
-
- All Implemented Interfaces:
DataManager<HistoricDecisionExecutionEntity>,HistoricDecisionExecutionDataManager
public class MybatisHistoricDecisionExecutionDataManager extends AbstractDmnDataManager<HistoricDecisionExecutionEntity> implements HistoricDecisionExecutionDataManager
- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDmnDataManager
dmnEngineConfiguration
-
Fields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
-
Constructor Summary
Constructors Constructor Description MybatisHistoricDecisionExecutionDataManager(DmnEngineConfiguration dmnEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType)HistoricDecisionExecutionEntitycreate()voiddelete(HistoricDecisionExecutionQueryImpl query)voiddeleteHistoricDecisionExecutionsByDeploymentId(String deploymentId)longfindHistoricDecisionExecutionCountByNativeQuery(Map<String,Object> parameterMap)longfindHistoricDecisionExecutionCountByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)List<DmnHistoricDecisionExecution>findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap)List<DmnHistoricDecisionExecution>findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)Class<? extends HistoricDecisionExecutionEntity>getManagedEntityClass()-
Methods inherited from class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDmnDataManager
getIdGenerator
-
Methods inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, update
-
-
-
-
Constructor Detail
-
MybatisHistoricDecisionExecutionDataManager
public MybatisHistoricDecisionExecutionDataManager(DmnEngineConfiguration dmnEngineConfiguration)
-
-
Method Detail
-
getManagedEntityClass
public Class<? extends HistoricDecisionExecutionEntity> getManagedEntityClass()
- Specified by:
getManagedEntityClassin classAbstractDataManager<HistoricDecisionExecutionEntity>
-
create
public HistoricDecisionExecutionEntity create()
- Specified by:
createin interfaceDataManager<HistoricDecisionExecutionEntity>
-
deleteHistoricDecisionExecutionsByDeploymentId
public void deleteHistoricDecisionExecutionsByDeploymentId(String deploymentId)
- Specified by:
deleteHistoricDecisionExecutionsByDeploymentIdin interfaceHistoricDecisionExecutionDataManager
-
findHistoricDecisionExecutionsByQueryCriteria
public List<DmnHistoricDecisionExecution> findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)
- Specified by:
findHistoricDecisionExecutionsByQueryCriteriain interfaceHistoricDecisionExecutionDataManager
-
findHistoricDecisionExecutionCountByQueryCriteria
public long findHistoricDecisionExecutionCountByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)
- Specified by:
findHistoricDecisionExecutionCountByQueryCriteriain interfaceHistoricDecisionExecutionDataManager
-
findHistoricDecisionExecutionsByNativeQuery
public List<DmnHistoricDecisionExecution> findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap)
- Specified by:
findHistoricDecisionExecutionsByNativeQueryin interfaceHistoricDecisionExecutionDataManager
-
findHistoricDecisionExecutionCountByNativeQuery
public long findHistoricDecisionExecutionCountByNativeQuery(Map<String,Object> parameterMap)
- Specified by:
findHistoricDecisionExecutionCountByNativeQueryin interfaceHistoricDecisionExecutionDataManager
-
delete
public void delete(HistoricDecisionExecutionQueryImpl query)
- Specified by:
deletein interfaceHistoricDecisionExecutionDataManager
-
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType
public void bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType)
- Specified by:
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeTypein interfaceHistoricDecisionExecutionDataManager
-
-