public class ByteArrayEntityManagerImpl extends AbstractProcessEngineEntityManager<ByteArrayEntity,ByteArrayDataManager> implements ByteArrayEntityManager
engineConfigurationdataManager| Constructor and Description |
|---|
ByteArrayEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
ByteArrayDataManager byteArrayDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
ByteArrayEntity with the given id from the database. |
List<ByteArrayEntity> |
findAll()
Returns all
ByteArrayEntity. |
createEntityEventgetClock, getCommandExecutor, getEngineConfiguration, getEventDispatchercreate, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic ByteArrayEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, ByteArrayDataManager byteArrayDataManager)
public List<ByteArrayEntity> findAll()
ByteArrayEntityManagerByteArrayEntity.findAll in interface ByteArrayEntityManagerpublic void deleteByteArrayById(String byteArrayEntityId)
ByteArrayEntityManagerByteArrayEntity 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 ByteArrayEntityManagerCopyright © 2020 Flowable. All rights reserved.