public interface VariableByteArrayEntityManager extends EntityManager<VariableByteArrayEntity>
| 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. |
List<VariableByteArrayEntity> findAll()
VariableByteArrayEntity.void deleteByteArrayById(String byteArrayEntityId)
VariableByteArrayEntity 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!.Copyright © 2018 Flowable. All rights reserved.