Package org.eclipse.rdf4j.repository.sail
package org.eclipse.rdf4j.repository.sail
Repository implementation for local RDF databases that implement the SAIL SPI.
-
ClassDescription
Repository
implementation that takes aRepositoryResolver
instance and the id of a managed repository, and delegate all calls through to the given repository.QueryPreparer for use with SailRepository.An implementation of theRepository
interface that operates on a (stack of)Sail
object(s).An implementation of theRepositoryConnection
interface that wraps aSailConnection
.