Uses of Class
org.eclipse.rdf4j.repository.base.RepositoryWrapper
Packages that use RepositoryWrapper
Package
Description
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 RepositoryWrapper in org.eclipse.rdf4j.federated.repository
Subclasses of RepositoryWrapper in org.eclipse.rdf4j.federated.repositoryModifier and TypeClassDescriptionclass
Wrapper for theFedXRepository
in order to allow for lazy initialization. -
Uses of RepositoryWrapper in org.eclipse.rdf4j.repository.contextaware
Subclasses of RepositoryWrapper in org.eclipse.rdf4j.repository.contextawareModifier and TypeClassDescriptionclass
Allows contexts to be specified at the repository level. -
Uses of RepositoryWrapper in org.eclipse.rdf4j.repository.dataset
Subclasses of RepositoryWrapper in org.eclipse.rdf4j.repository.datasetModifier and TypeClassDescriptionclass
A repository that automatically attempts to load the dataset supplied in a (SPARQL) query (using FROM and FROM NAMED clauses). -
Uses of RepositoryWrapper in org.eclipse.rdf4j.repository.event.base
Subclasses of RepositoryWrapper in org.eclipse.rdf4j.repository.event.baseModifier 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.