Uses of Interface
org.eclipse.rdf4j.repository.DelegatingRepositoryConnection
Packages that use DelegatingRepositoryConnection
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 DelegatingRepositoryConnection in org.eclipse.rdf4j.repository.base
Classes in org.eclipse.rdf4j.repository.base that implement DelegatingRepositoryConnectionModifier and TypeClassDescriptionclass
Delegates all calls to the delegate RepositoryConnection. -
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.repository.contextaware
Classes in org.eclipse.rdf4j.repository.contextaware that implement DelegatingRepositoryConnectionModifier and TypeClassDescriptionclass
Allows contexts to be specified at the connection level or the method level. -
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.repository.dataset
Classes in org.eclipse.rdf4j.repository.dataset that implement DelegatingRepositoryConnection -
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement DelegatingRepositoryConnectionModifier and TypeClassDescriptionclass
Wrapper that notifies interceptors of events on RepositoryConnections before they happen.class
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.