Uses of Package
org.eclipse.rdf4j.repository.base
-
Packages that use org.eclipse.rdf4j.repository.base Package Description 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.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sparql ARepository
that serves as a SPARQL endpoint client. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.base Class Description AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface 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.contextaware Class Description AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.RepositoryConnectionWrapper Delegates all calls to the delegate RepositoryConnection.RepositoryWrapper ADelegatingRepository
implementation that, by default, forwards all method calls to its delegate. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.dataset Class Description AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.RepositoryConnectionWrapper Delegates all calls to the delegate RepositoryConnection.RepositoryWrapper ADelegatingRepository
implementation that, by default, forwards all method calls to its delegate. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.event.base Class Description AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.RepositoryConnectionWrapper Delegates all calls to the delegate RepositoryConnection.RepositoryWrapper ADelegatingRepository
implementation that, by default, forwards all method calls to its delegate. -
Classes in org.eclipse.rdf4j.repository.base used by org.eclipse.rdf4j.repository.http Class Description AbstractRepository Base class forRepository
implementation, offering common functionality.AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface 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.sail Class Description AbstractRepository Base class forRepository
implementation, offering common functionality.AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface 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.sparql Class Description AbstractRepository Base class forRepository
implementation, offering common functionality.AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.