Class ByteArrayEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<IdmByteArrayEntity, ByteArrayDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<IdmEngineConfiguration, IdmByteArrayEntity, ByteArrayDataManager>
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntityManager<IdmByteArrayEntity, ByteArrayDataManager>
org.flowable.idm.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- All Implemented Interfaces:
EntityManager<IdmByteArrayEntity>, ByteArrayEntityManager
public class ByteArrayEntityManagerImpl
extends AbstractIdmEngineEntityManager<IdmByteArrayEntity, ByteArrayDataManager>
implements ByteArrayEntityManager
- Author:
- Joram Barrez, Marcus Klimstra (CGI)
-
Field Summary
Fields inherited from class AbstractEngineEntityManager
engineConfigurationFields inherited from class AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionByteArrayEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration, ByteArrayDataManager byteArrayDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByteArrayById(String byteArrayEntityId) Deletes theIdmByteArrayEntitywith the given id from the database.findAll()Returns allIdmByteArrayEntity.Methods inherited from class AbstractIdmEngineEntityManager
createEntityEventMethods inherited from class AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcherMethods inherited from class AbstractEntityManager
create, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
Constructor Details
-
ByteArrayEntityManagerImpl
public ByteArrayEntityManagerImpl(IdmEngineConfiguration idmEngineConfiguration, ByteArrayDataManager byteArrayDataManager)
-
-
Method Details
-
findAll
Description copied from interface:ByteArrayEntityManagerReturns allIdmByteArrayEntity.- Specified by:
findAllin interfaceByteArrayEntityManager
-
deleteByteArrayById
Description copied from interface:ByteArrayEntityManagerDeletes theIdmByteArrayEntitywith 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!.- Specified by:
deleteByteArrayByIdin interfaceByteArrayEntityManager
-