Interface DelegatingRepository
- All Superinterfaces:
Repository
- All Known Implementing Classes:
ContextAwareRepository, DatasetRepository, FedXRepositoryWrapper, InterceptingRepositoryWrapper, NotifyingRepositoryWrapper, RepositoryWrapper
Main interface for repositories that wrap another repository.
-
Method Summary
Methods inherited from interface Repository
getConnection, getDataDir, getValueFactory, init, isInitialized, isWritable, setDataDir, shutDown
-
Method Details
-
getDelegate
Repository getDelegate() -
setDelegate
-