Uses of Class
org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
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.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.Rdf4j-Spring OperationLog
Rdf4j-Spring Pool
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.federated.endpoint
Modifier and TypeClassDescriptionstatic class
A wrapper for managedRepositoryConnection
s which makes sure thatEndpointBase.ManagedRepositoryConnection.close()
is a no-op, i.e. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.federated.repository
Modifier and TypeClassDescriptionclass
A specialSailRepositoryConnection
which adds the original query string as binding to the returned query. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.repository.base
Modifier and TypeClassDescriptionclass
Delegates all calls to the delegate RepositoryConnection. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeClassDescriptionclass
Allows contexts to be specified at the connection level or the method level. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.repository.dataset
-
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.repository.event.base
Modifier 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. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
An implementation of theRepositoryConnection
interface that wraps aSailConnection
. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.repository.sparql
Modifier and TypeClassDescriptionclass
Provides aRepositoryConnection
interface to any SPARQL endpoint. -
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.spring.operationlog
-
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.spring.pool
-
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.spring.resultcache
-
Uses of AbstractRepositoryConnection in org.eclipse.rdf4j.spring.tx
Modifier and TypeClassDescriptionclass
Connection wrapper that throws an exception if a write operation is attempted in a read-only transaction.