public class BatchByteArrayEntityManagerImpl extends AbstractServiceEngineEntityManager<BatchServiceConfiguration,BatchByteArrayEntity,BatchByteArrayDataManager> implements BatchByteArrayEntityManager
serviceConfigurationdataManager| Constructor and Description |
|---|
BatchByteArrayEntityManagerImpl(BatchServiceConfiguration batchServiceConfiguration,
BatchByteArrayDataManager byteArrayDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
BatchByteArrayEntity with the given id from the database. |
List<BatchByteArrayEntity> |
findAll()
Returns all
BatchByteArrayEntity. |
getClock, getEventDispatcher, getServiceConfigurationcreate, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic BatchByteArrayEntityManagerImpl(BatchServiceConfiguration batchServiceConfiguration, BatchByteArrayDataManager byteArrayDataManager)
public List<BatchByteArrayEntity> findAll()
BatchByteArrayEntityManagerBatchByteArrayEntity.findAll in interface BatchByteArrayEntityManagerpublic void deleteByteArrayById(String byteArrayEntityId)
BatchByteArrayEntityManagerBatchByteArrayEntity 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 BatchByteArrayEntityManagerCopyright © 2020 Flowable. All rights reserved.