public class VariableByteArrayEntityManagerImpl extends AbstractServiceEngineEntityManager<VariableServiceConfiguration,VariableByteArrayEntity,VariableByteArrayDataManager> implements VariableByteArrayEntityManager
serviceConfigurationdataManager| Constructor and Description |
|---|
VariableByteArrayEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration,
VariableByteArrayDataManager byteArrayDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
VariableByteArrayEntity with the given id from the database. |
List<VariableByteArrayEntity> |
findAll()
Returns all
VariableByteArrayEntity. |
getClock, getEventDispatcher, getServiceConfigurationcreate, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic VariableByteArrayEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration, VariableByteArrayDataManager byteArrayDataManager)
public List<VariableByteArrayEntity> findAll()
VariableByteArrayEntityManagerVariableByteArrayEntity.findAll in interface VariableByteArrayEntityManagerpublic void deleteByteArrayById(String byteArrayEntityId)
VariableByteArrayEntityManagerVariableByteArrayEntity 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 VariableByteArrayEntityManagerCopyright © 2020 Flowable. All rights reserved.