Class MybatisAppIncidentDataManager
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<AppIncidentEntity>
com.flowable.app.engine.impl.persistence.entity.data.AbstractAppDataManager<AppIncidentEntity>
com.flowable.app.engine.impl.persistence.entity.data.impl.MybatisAppIncidentDataManager
- All Implemented Interfaces:
AppIncidentDataManager
,org.flowable.common.engine.impl.persistence.entity.data.DataManager<AppIncidentEntity>
public class MybatisAppIncidentDataManager
extends AbstractAppDataManager<AppIncidentEntity>
implements AppIncidentDataManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
<AppIncidentEntity> protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
<AppIncidentEntity> Fields inherited from class com.flowable.app.engine.impl.persistence.entity.data.AbstractAppDataManager
appEngineConfiguration
Fields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
Constructor Summary
ConstructorsConstructorDescriptionMybatisAppIncidentDataManager
(AppEngineConfiguration appEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncreate()
void
deleteAppIncidentsByAppKey
(String appKey) void
deleteAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) void
deleteAppIncidentsByQuery
(AppIncidentQuery appIncidentQuery) long
findAppIncidentCountByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) findAppIncidentsByAppKey
(String appKey) findAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) Class
<? extends AppIncidentEntity> Methods inherited from class com.flowable.app.engine.impl.persistence.entity.data.AbstractAppDataManager
getAppEngineConfiguration, 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
delete, delete, findById, insert, update
-
Field Details
-
appIncidentByAppKeyMatcher
protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<AppIncidentEntity> appIncidentByAppKeyMatcher -
appIncidentByAppKeyAndTenantIdMatcher
protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<AppIncidentEntity> appIncidentByAppKeyAndTenantIdMatcher
-
-
Constructor Details
-
MybatisAppIncidentDataManager
-
-
Method Details
-
getManagedEntityClass
- Specified by:
getManagedEntityClass
in classorg.flowable.common.engine.impl.db.AbstractDataManager<AppIncidentEntity>
-
create
- Specified by:
create
in interfaceorg.flowable.common.engine.impl.persistence.entity.data.DataManager<AppIncidentEntity>
-
findAppIncidentsByAppKey
- Specified by:
findAppIncidentsByAppKey
in interfaceAppIncidentDataManager
-
findAppIncidentsByAppKeyAndTenantId
- Specified by:
findAppIncidentsByAppKeyAndTenantId
in interfaceAppIncidentDataManager
-
findAppIncidentCountByQueryCriteria
- Specified by:
findAppIncidentCountByQueryCriteria
in interfaceAppIncidentDataManager
-
findAppIncidentsByQueryCriteria
- Specified by:
findAppIncidentsByQueryCriteria
in interfaceAppIncidentDataManager
-
deleteAppIncidentsByAppKey
- Specified by:
deleteAppIncidentsByAppKey
in interfaceAppIncidentDataManager
-
deleteAppIncidentsByAppKeyAndTenantId
- Specified by:
deleteAppIncidentsByAppKeyAndTenantId
in interfaceAppIncidentDataManager
-
deleteAppIncidentsByQuery
- Specified by:
deleteAppIncidentsByQuery
in interfaceAppIncidentDataManager
-