Class RepositoryConnectionWrapper

java.lang.Object
org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
All Implemented Interfaces:
AutoCloseable, DelegatingRepositoryConnection, RepositoryConnection
Direct Known Subclasses:
ContextAwareConnection, DatasetRepositoryConnection, InterceptingRepositoryConnectionWrapper, NotifyingRepositoryConnectionWrapper

public class RepositoryConnectionWrapper extends AbstractRepositoryConnection implements DelegatingRepositoryConnection
Delegates all calls to the delegate RepositoryConnection. Conditionally processes add/remove/read to common base method to make them easier to override.
See Also: