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 
StackableSails.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 TypeClassDescriptionclassAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject 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 TypeClassDescriptionclassAn extension of ConnectionWrapper that implements theInferencerConnectioninterface. - 
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fc
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fcModifier and TypeClassDescriptionclassclassclass - 
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 TypeClassDescriptionclassVery simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.