public class ByteArrayEntityManagerImpl extends AbstractIdmEngineEntityManager<IdmByteArrayEntity,ByteArrayDataManager> implements ByteArrayEntityManager
engineConfigurationdataManager, engineType| 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. |
createEntityEventgetClock, getCommandExecutor, getEngineConfiguration, getEventDispatchercreate, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic ByteArrayEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration, ByteArrayDataManager byteArrayDataManager)
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 ByteArrayEntityManagerCopyright © 2021 Flowable. All rights reserved.