Uses of Class
org.eclipse.rdf4j.repository.base.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
Modifier and TypeClassDescriptionclass
Wrapper for theFedXRepository
in order to allow for lazy initialization. -
Uses of RepositoryWrapper in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeClassDescriptionclass
Allows contexts to be specified at the repository level. -
Uses of RepositoryWrapper 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 RepositoryWrapper 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.