Uses of Interface
org.eclipse.rdf4j.repository.DelegatingRepository
Package
Description
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository wrapper which supports auto-loading of datasets specified in a query.
Wrapper/adapter base implementations.
-
Uses of DelegatingRepository in org.eclipse.rdf4j.federated.repository
Modifier and TypeClassDescriptionclass
Wrapper for theFedXRepository
in order to allow for lazy initialization. -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.base
Modifier and TypeClassDescriptionclass
ADelegatingRepository
implementation that, by default, forwards all method calls to its delegate. -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeClassDescriptionclass
Allows contexts to be specified at the repository level. -
Uses of DelegatingRepository in org.eclipse.rdf4j.repository.dataset
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Wrapper that notifies interceptors of events on Repositories before they happen.class
This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.