Interface DelegatingRepository

All Superinterfaces:
Repository
All Known Implementing Classes:
ContextAwareRepository, DatasetRepository, FedXRepositoryWrapper, InterceptingRepositoryWrapper, NotifyingRepositoryWrapper, RepositoryWrapper

public interface DelegatingRepository extends Repository
Main interface for repositories that wrap another repository.
  • Method Details