public class VariableByteArrayEntityManagerImpl extends AbstractEntityManager<VariableByteArrayEntity> implements VariableByteArrayEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected VariableByteArrayDataManager |
byteArrayDataManager |
variableServiceConfiguration| 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. |
VariableByteArrayDataManager |
getByteArrayDataManager() |
protected DataManager<VariableByteArrayEntity> |
getDataManager() |
void |
setByteArrayDataManager(VariableByteArrayDataManager byteArrayDataManager) |
create, delete, delete, delete, findById, insert, insert, update, updategetClock, getCommandContext, getEventDispatcher, getHistoricVariableInstanceEntityManager, getSession, getVariableInstanceEntityManager, getVariableServiceConfigurationprotected VariableByteArrayDataManager byteArrayDataManager
public VariableByteArrayEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration, VariableByteArrayDataManager byteArrayDataManager)
protected DataManager<VariableByteArrayEntity> getDataManager()
getDataManager in class AbstractEntityManager<VariableByteArrayEntity>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 VariableByteArrayEntityManagerpublic VariableByteArrayDataManager getByteArrayDataManager()
public void setByteArrayDataManager(VariableByteArrayDataManager byteArrayDataManager)
Copyright © 2018 Flowable. All rights reserved.