Class MyBatisConversationUserAccountMappingDataManager
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
com.flowable.engage.engine.impl.persistence.entity.data.AbstractEngageDataManager<ConversationUserAccountMappingEntity>
com.flowable.engage.engine.impl.persistence.entity.data.impl.MyBatisConversationUserAccountMappingDataManager
- All Implemented Interfaces:
ConversationUserAccountMappingDataManager
,DataManager<ConversationUserAccountMappingEntity>
public class MyBatisConversationUserAccountMappingDataManager
extends AbstractEngageDataManager<ConversationUserAccountMappingEntity>
implements ConversationUserAccountMappingDataManager
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class com.flowable.engage.engine.impl.persistence.entity.data.AbstractEngageDataManager
engageEngineConfiguration
Fields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
Constructor Summary
ConstructorsConstructorDescriptionMyBatisConversationUserAccountMappingDataManager
(EngageEngineConfiguration engageEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncreate()
void
deleteMapping
(String conversationId, String userAccountId) void
deleteMappingsByConversationId
(String conversationId) Class<? extends ConversationUserAccountMappingEntity>
Methods inherited from class com.flowable.engage.engine.impl.persistence.entity.data.AbstractEngageDataManager
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 Details
-
MyBatisConversationUserAccountMappingDataManager
public MyBatisConversationUserAccountMappingDataManager(EngageEngineConfiguration engageEngineConfiguration)
-
-
Method Details
-
getManagedEntityClass
- Specified by:
getManagedEntityClass
in classAbstractDataManager<ConversationUserAccountMappingEntity>
-
create
- Specified by:
create
in interfaceDataManager<ConversationUserAccountMappingEntity>
-
deleteMapping
- Specified by:
deleteMapping
in interfaceConversationUserAccountMappingDataManager
-
deleteMappingsByConversationId
- Specified by:
deleteMappingsByConversationId
in interfaceConversationUserAccountMappingDataManager
-