Interface ByteArrayEntityManager

All Superinterfaces:
EntityManager<IdmByteArrayEntity>
All Known Implementing Classes:
ByteArrayEntityManagerImpl

public interface ByteArrayEntityManager extends EntityManager<IdmByteArrayEntity>
Author:
Joram Barrez
  • Method Details

    • findAll

      Returns all IdmByteArrayEntity.
    • deleteByteArrayById

      void deleteByteArrayById(String byteArrayEntityId)
      Deletes the 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!.