Package org.eclipse.rdf4j.repository.base
package org.eclipse.rdf4j.repository.base
Abstract base classes and wrappers for the main Repository API interfaces.
-
ClassDescriptionBase class for
Repository
implementation, offering common functionality.Abstract class implementing most 'convenience' methods in theRepositoryConnection
interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.Delegates all calls to the delegate RepositoryConnection.ADelegatingRepository
implementation that, by default, forwards all method calls to its delegate.