public interface ByteArrayEntityManager extends EntityManager<IdmByteArrayEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
IdmByteArrayEntity with the given id from the database. |
List<IdmByteArrayEntity> |
findAll()
Returns all
IdmByteArrayEntity. |
List<IdmByteArrayEntity> findAll()
IdmByteArrayEntity.void deleteByteArrayById(String byteArrayEntityId)
IdmByteArrayEntity 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 © 2017 Flowable. All rights reserved.