Uses of Class
org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
-
Packages that use SailConnectionWrapper Package Description org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.wrapper.data -
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.helpers
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.helpers Modifier and Type Class Description class
NotifyingSailConnectionWrapper
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.inferencer Modifier and Type Class Description class
InferencerConnectionWrapper
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.fc Modifier and Type Class Description class
AbstractForwardChainingInferencerConnection
private class
CustomGraphQueryInferencer.Connection
class
DedupingInferencerConnection
private class
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection
(package private) class
ForwardChainingRDFSInferencerConnection
Deprecated.This inferencer implementation will be phased out.class
SchemaCachingRDFSInferencerConnection
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.lucene
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.lucene Modifier and Type Class Description class
LuceneSailConnection
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl Modifier and Type Class Description class
ShaclSailConnection
-
Uses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl.wrapper.data
Subclasses of SailConnectionWrapper in org.eclipse.rdf4j.sail.shacl.wrapper.data Modifier and Type Class Description class
VerySimpleRdfsBackwardsChainingConnection
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.
-