Interface EntityRepository<E extends de.digitalcollections.model.api.identifiable.entity.Entity>
-
- Type Parameters:
E- entity instance
- All Superinterfaces:
IdentifiableRepository<E>
- All Known Subinterfaces:
ArticleRepository<A,I>,ContentTreeRepository<C>,WebsiteRepository<W>
public interface EntityRepository<E extends de.digitalcollections.model.api.identifiable.entity.Entity> extends IdentifiableRepository<E>