Uses of Interface
org.eclipse.rdf4j.repository.DelegatingRepositoryConnection
-
Packages that use DelegatingRepositoryConnection Package Description org.eclipse.rdf4j.federated.endpoint org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.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.org.eclipse.rdf4j.spring.operationlog Rdf4j-Spring OperationLogorg.eclipse.rdf4j.spring.pool Rdf4j-Spring Poolorg.eclipse.rdf4j.spring.resultcache Rdf4j-Spring ResultCacheorg.eclipse.rdf4j.spring.tx Rdf4J-Spring Tx -
-
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.federated.endpoint
Classes in org.eclipse.rdf4j.federated.endpoint that implement DelegatingRepositoryConnection 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 DelegatingRepositoryConnection in org.eclipse.rdf4j.repository.base
Classes in org.eclipse.rdf4j.repository.base that implement DelegatingRepositoryConnection Modifier and Type Class Description class
RepositoryConnectionWrapper
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 DelegatingRepositoryConnection Modifier and Type Class Description class
ContextAwareConnection
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 Modifier and Type Class Description class
DatasetRepositoryConnection
-
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement DelegatingRepositoryConnection 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. -
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.spring.operationlog
Classes in org.eclipse.rdf4j.spring.operationlog that implement DelegatingRepositoryConnection Modifier and Type Class Description class
LoggingRepositoryConnection
-
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.spring.pool
Classes in org.eclipse.rdf4j.spring.pool that implement DelegatingRepositoryConnection Modifier and Type Class Description class
PooledRepositoryConnection
-
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement DelegatingRepositoryConnection Modifier and Type Class Description class
CachingRepositoryConnection
-
Uses of DelegatingRepositoryConnection in org.eclipse.rdf4j.spring.tx
Classes in org.eclipse.rdf4j.spring.tx that implement DelegatingRepositoryConnection Modifier and Type Class Description class
TransactionalRepositoryConnection
Connection wrapper that throws an exception if a write operation is attempted in a read-only transaction.
-