Interface ArticleRepository

  • All Superinterfaces:
    EntityRepository<de.digitalcollections.model.identifiable.entity.Article>, IdentifiableRepository<de.digitalcollections.model.identifiable.entity.Article>

    public interface ArticleRepository
    extends EntityRepository<de.digitalcollections.model.identifiable.entity.Article>
    Repository for Article persistence handling.
    • Method Detail

      • getCreators

        List<de.digitalcollections.model.identifiable.entity.agent.Agent> getCreators​(UUID articleUuid)