Class NotifyingSailConnectionWrapper

java.lang.Object
org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
All Implemented Interfaces:
AutoCloseable, FederatedServiceResolverClient, ThreadSafetyAware, NotifyingSailConnection, SailConnection
Direct Known Subclasses:
InferencerConnectionWrapper, LuceneSailConnection, ShaclSailConnection

public class NotifyingSailConnectionWrapper extends SailConnectionWrapper implements NotifyingSailConnection
An implementation of the NotifyingSailConnection interface that wraps another NotifyingSailConnection object and forwards any method calls to the wrapped transaction.
Author:
Jeen Broekstra