Uses of Class
org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
-
Packages that use RepositoryConnectionWrapper Package Description org.eclipse.rdf4j.federated.endpoint 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 RepositoryConnectionWrapper in org.eclipse.rdf4j.federated.endpoint
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.federated.endpoint Modifier and Type Class Description static class
EndpointBase.ManagedRepositoryConnection
A wrapper for managedRepositoryConnection
s which makes sure thatEndpointBase.ManagedRepositoryConnection.close()
is a no-op, i.e. -
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.contextaware
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.contextaware Modifier and Type Class Description class
ContextAwareConnection
Allows contexts to be specified at the connection level or the method level. -
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.dataset
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.dataset Modifier and Type Class Description class
DatasetRepositoryConnection
-
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.event.base
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.event.base Modifier and Type Class Description class
InterceptingRepositoryConnectionWrapper
Wrapper that notifies interceptors of events on RepositoryConnections before they happen.class
NotifyingRepositoryConnectionWrapper
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.
-