public class ByteArrayEntityManagerImpl extends AbstractEntityManager<IdmByteArrayEntity> implements ByteArrayEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayDataManager |
byteArrayDataManager |
idmEngineConfiguration| Constructor and Description |
|---|
ByteArrayEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration,
ByteArrayDataManager byteArrayDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
IdmByteArrayEntity with the given id from the database. |
List<IdmByteArrayEntity> |
findAll()
Returns all
IdmByteArrayEntity. |
ByteArrayDataManager |
getByteArrayDataManager() |
protected DataManager<IdmByteArrayEntity> |
getDataManager() |
void |
setByteArrayDataManager(ByteArrayDataManager byteArrayDataManager) |
create, delete, delete, delete, findById, insert, insert, update, updategetCommandContext, getCommandExecutor, getEventDispatcher, getGroupEntityManager, getIdentityInfoEntityManager, getIdmEngineConfiguration, getMembershipEntityManager, getSessionprotected ByteArrayDataManager byteArrayDataManager
public ByteArrayEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration, ByteArrayDataManager byteArrayDataManager)
protected DataManager<IdmByteArrayEntity> getDataManager()
getDataManager in class AbstractEntityManager<IdmByteArrayEntity>public List<IdmByteArrayEntity> findAll()
ByteArrayEntityManagerIdmByteArrayEntity.findAll in interface ByteArrayEntityManagerpublic void deleteByteArrayById(String byteArrayEntityId)
ByteArrayEntityManagerIdmByteArrayEntity with the given id from the database. Important: this operation will NOT do any optimistic locking, to avoid loading the bytes in memory. So use this method
only in conjunction with an entity that has optimistic locking!.deleteByteArrayById in interface ByteArrayEntityManagerpublic ByteArrayDataManager getByteArrayDataManager()
public void setByteArrayDataManager(ByteArrayDataManager byteArrayDataManager)
Copyright © 2017 Flowable. All rights reserved.