Class MybatisByteArrayDataManager
- java.lang.Object
-
- org.flowable.common.engine.impl.db.AbstractDataManager<ByteArrayEntity>
-
- org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
-
- All Implemented Interfaces:
ByteArrayDataManager,DataManager<ByteArrayEntity>
public class MybatisByteArrayDataManager extends AbstractDataManager<ByteArrayEntity> implements ByteArrayDataManager
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected IdGeneratoridGenerator-
Fields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
-
Constructor Summary
Constructors Constructor Description MybatisByteArrayDataManager(IdGenerator idGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbulkDeleteByteArraysNoRevisionCheck(List<String> byteArrayEntityIds)ByteArrayEntitycreate()voiddeleteByteArrayNoRevisionCheck(String byteArrayEntityId)List<ByteArrayEntity>findAll()protected IdGeneratorgetIdGenerator()Class<? extends ByteArrayEntity>getManagedEntityClass()-
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
-
-
-
-
Field Detail
-
idGenerator
protected IdGenerator idGenerator
-
-
Constructor Detail
-
MybatisByteArrayDataManager
public MybatisByteArrayDataManager(IdGenerator idGenerator)
-
-
Method Detail
-
create
public ByteArrayEntity create()
- Specified by:
createin interfaceDataManager<ByteArrayEntity>
-
getManagedEntityClass
public Class<? extends ByteArrayEntity> getManagedEntityClass()
- Specified by:
getManagedEntityClassin classAbstractDataManager<ByteArrayEntity>
-
findAll
public List<ByteArrayEntity> findAll()
- Specified by:
findAllin interfaceByteArrayDataManager
-
deleteByteArrayNoRevisionCheck
public void deleteByteArrayNoRevisionCheck(String byteArrayEntityId)
- Specified by:
deleteByteArrayNoRevisionCheckin interfaceByteArrayDataManager
-
bulkDeleteByteArraysNoRevisionCheck
public void bulkDeleteByteArraysNoRevisionCheck(List<String> byteArrayEntityIds)
- Specified by:
bulkDeleteByteArraysNoRevisionCheckin interfaceByteArrayDataManager
-
getIdGenerator
protected IdGenerator getIdGenerator()
- Specified by:
getIdGeneratorin classAbstractDataManager<ByteArrayEntity>
-
-