public class JobByteArrayEntityManagerImpl extends AbstractJobServiceEngineEntityManager<JobByteArrayEntity,JobByteArrayDataManager> implements JobByteArrayEntityManager
serviceConfigurationdataManager| Constructor and Description |
|---|
JobByteArrayEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration,
JobByteArrayDataManager byteArrayDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
JobByteArrayEntity with the given id from the database. |
List<JobByteArrayEntity> |
findAll()
Returns all
JobByteArrayEntity. |
createEntityEvent, deleteByteArrayRefgetClock, getEventDispatcher, getServiceConfigurationcreate, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic JobByteArrayEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration, JobByteArrayDataManager byteArrayDataManager)
public List<JobByteArrayEntity> findAll()
JobByteArrayEntityManagerJobByteArrayEntity.findAll in interface JobByteArrayEntityManagerpublic void deleteByteArrayById(String byteArrayEntityId)
JobByteArrayEntityManagerJobByteArrayEntity 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 JobByteArrayEntityManagerCopyright © 2020 Flowable. All rights reserved.