Uses of Class
org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
Packages that use SailConnectionWrapper
Package
Description
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.A Sail implementation that supports full-text indexing via the Lucene API.
A Sail implementation for SHACL constraint checking.
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.helpers
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.helpersModifier and TypeClassDescriptionclass
An implementation of theNotifyingSailConnection
interface that wraps anotherNotifyingSailConnection
object and forwards any method calls to the wrapped transaction. -
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencerModifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fc
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fcModifier and TypeClassDescriptionclass
class
class
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.lucene
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.luceneModifier and TypeClassDescriptionclass
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl -
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl.wrapper.data
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl.wrapper.dataModifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.