|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
public class ByteArrayManager
| Constructor Summary | |
|---|---|
ByteArrayManager()
|
|
| Method Summary | |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the ByteArrayEntity with the given id from the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteArrayManager()
| Method Detail |
|---|
public void deleteByteArrayById(String byteArrayEntityId)
ByteArrayEntity 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!.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||