Uses of Interface
org.eclipse.rdf4j.repository.DelegatingRepository
-
Packages that use DelegatingRepository Package Description org.eclipse.rdf4j.federated.repository org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.org.eclipse.rdf4j.repository.contextaware A repository wrapper with convenience functions for handling contexts.org.eclipse.rdf4j.repository.dataset A repository wrapper which supports auto-loading of datasets specified in a query.org.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations. -
-
Uses of DelegatingRepository in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement DelegatingRepository Modifier and Type Class Description class
FedXRepositoryWrapper
Wrapper for theFedXRepository
in order to allow for lazy initialization. -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.base
Classes in org.eclipse.rdf4j.repository.base that implement DelegatingRepository Modifier and Type Class Description class
RepositoryWrapper
ADelegatingRepository
implementation that, by default, forwards all method calls to its delegate. -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.contextaware
Classes in org.eclipse.rdf4j.repository.contextaware that implement DelegatingRepository Modifier and Type Class Description class
ContextAwareRepository
Allows contexts to be specified at the repository level. -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.dataset
Classes in org.eclipse.rdf4j.repository.dataset that implement DelegatingRepository Modifier and Type Class Description class
DatasetRepository
A repository that automatically attempts to load the dataset supplied in a (SPARQL) query (using FROM and FROM NAMED clauses). -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement DelegatingRepository Modifier and Type Class Description class
InterceptingRepositoryWrapper
Wrapper that notifies interceptors of events on Repositories before they happen.class
NotifyingRepositoryWrapper
This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.
-