Uses of Package
org.eclipse.rdf4j.repository.base
Packages that use org.eclipse.rdf4j.repository.base
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.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository that serves as a SPARQL endpoint client.-
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.baseClassDescriptionAbstract class implementing most 'convenience' methods in the
RepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.contextawareClassDescriptionAbstract class implementing most 'convenience' methods in the
RepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.Delegates all calls to the delegate RepositoryConnection.ADelegatingRepositoryimplementation that, by default, forwards all method calls to its delegate. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.datasetClassDescriptionAbstract class implementing most 'convenience' methods in the
RepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.Delegates all calls to the delegate RepositoryConnection.ADelegatingRepositoryimplementation that, by default, forwards all method calls to its delegate. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.event.baseClassDescriptionAbstract class implementing most 'convenience' methods in the
RepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.Delegates all calls to the delegate RepositoryConnection.ADelegatingRepositoryimplementation that, by default, forwards all method calls to its delegate. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.httpClassDescriptionBase class for
Repositoryimplementation, offering common functionality.Abstract class implementing most 'convenience' methods in theRepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.sailClassDescriptionBase class for
Repositoryimplementation, offering common functionality.Abstract class implementing most 'convenience' methods in theRepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.sparqlClassDescriptionBase class for
Repositoryimplementation, offering common functionality.Abstract class implementing most 'convenience' methods in theRepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.