Uses of Class
org.eclipse.rdf4j.sail.helpers.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
Modifier 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
Modifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeClassDescriptionclass
class
class
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.lucene
Modifier and TypeClassDescriptionclass
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl.wrapper.data
Modifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.