public class MybatisHistoricDecisionExecutionDataManager extends AbstractDmnDataManager<HistoricDecisionExecutionEntity> implements HistoricDecisionExecutionDataManager
dmnEngineConfigurationMAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisHistoricDecisionExecutionDataManager(DmnEngineConfiguration dmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoricDecisionExecutionEntity |
create() |
void |
delete(HistoricDecisionExecutionQueryImpl query) |
void |
deleteHistoricDecisionExecutionsByDeploymentId(String deploymentId) |
long |
findHistoricDecisionExecutionCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findHistoricDecisionExecutionCountByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) |
List<DmnHistoricDecisionExecution> |
findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) |
Class<? extends HistoricDecisionExecutionEntity> |
getManagedEntityClass() |
getIdGeneratorbulkDelete, 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, updatepublic MybatisHistoricDecisionExecutionDataManager(DmnEngineConfiguration dmnEngineConfiguration)
public Class<? extends HistoricDecisionExecutionEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<HistoricDecisionExecutionEntity>public HistoricDecisionExecutionEntity create()
create in interface DataManager<HistoricDecisionExecutionEntity>public void deleteHistoricDecisionExecutionsByDeploymentId(String deploymentId)
deleteHistoricDecisionExecutionsByDeploymentId in interface HistoricDecisionExecutionDataManagerpublic List<DmnHistoricDecisionExecution> findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)
findHistoricDecisionExecutionsByQueryCriteria in interface HistoricDecisionExecutionDataManagerpublic long findHistoricDecisionExecutionCountByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)
findHistoricDecisionExecutionCountByQueryCriteria in interface HistoricDecisionExecutionDataManagerpublic List<DmnHistoricDecisionExecution> findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap)
findHistoricDecisionExecutionsByNativeQuery in interface HistoricDecisionExecutionDataManagerpublic long findHistoricDecisionExecutionCountByNativeQuery(Map<String,Object> parameterMap)
findHistoricDecisionExecutionCountByNativeQuery in interface HistoricDecisionExecutionDataManagerpublic void delete(HistoricDecisionExecutionQueryImpl query)
delete in interface HistoricDecisionExecutionDataManagerCopyright © 2021 Flowable. All rights reserved.